host/* | relative paths, please

This commit is contained in:
Don Harper 2023-05-29 17:16:36 -05:00
parent c8e6586d36
commit 807aaec0b7
7 changed files with 19 additions and 19 deletions

View file

@ -4,9 +4,9 @@
imports =
[
/etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation
/home/don/nixos/home
/home/don/nixos/wm/sway
../../workstation
../../home
../../wm/sway
];
networking.hostName = "dragon";
}