update
This commit is contained in:
parent
1682c71bdf
commit
1306f250fa
5 changed files with 43 additions and 4 deletions
|
|
@ -17,7 +17,7 @@
|
|||
./nixvim
|
||||
./fastfetch
|
||||
#"${if hostname != "nixosbtw" then ./macos/homemac.nix else ./empty.nix }"
|
||||
] ++ if hwconfig.useImpermanence then [ ./modules/impermanence/home.nix ] else [];
|
||||
] ++ (if hwconfig.useImpermanence then [ ./modules/impermanence/home.nix ] else []);
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = username;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue