some adjustments to per-platform config

This commit is contained in:
Griffin Smith 2020-05-26 11:27:54 -04:00
parent 9b2dd5c20f
commit 0275aaec03
5 changed files with 20 additions and 20 deletions

View file

@ -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";
}