From 0275aaec03149b641ef2d6516cad20bddcce6bb5 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 26 May 2020 11:27:54 -0400 Subject: some adjustments to per-platform config --- home/machines/chupacabra.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'home/machines/chupacabra.nix') 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"; } -- cgit 1.4.1