some adjustments to per-platform config
This commit is contained in:
parent
9b2dd5c20f
commit
0275aaec03
5 changed files with 20 additions and 20 deletions
|
|
@ -4,12 +4,16 @@ let
|
|||
in {
|
||||
imports = [
|
||||
../platforms/linux.nix
|
||||
|
||||
../modules/common.nix
|
||||
../modules/games.nix
|
||||
../modules/rtlsdr.nix
|
||||
|
||||
~/code/urb/urbos/home
|
||||
];
|
||||
|
||||
# for when hacking
|
||||
programs.home-manager.path = "/home/grfn/code/home-manager";
|
||||
|
||||
system.machine = {
|
||||
wirelessInterface = "wlp59s0";
|
||||
i3FontSize = 9;
|
||||
|
|
@ -36,4 +40,6 @@ in {
|
|||
);
|
||||
};
|
||||
};
|
||||
|
||||
urbint.projectPath = "code/urb";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue