diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-26T15·27-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-26T15·28-0400 |
commit | 0275aaec03149b641ef2d6516cad20bddcce6bb5 (patch) | |
tree | 98012a815b9bdd3c5c30141d065ef2ed1690f863 /home/machines/chupacabra.nix | |
parent | 9b2dd5c20fec6ca76adb470374ccea0f7c944233 (diff) |
some adjustments to per-platform config
Diffstat (limited to 'home/machines/chupacabra.nix')
-rw-r--r-- | home/machines/chupacabra.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/home/machines/chupacabra.nix b/home/machines/chupacabra.nix index 69d1c604a63a..06b0d21567bb 100644 --- a/home/machines/chupacabra.nix +++ b/home/machines/chupacabra.nix @@ -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"; } |