diff options
author | ene <ene@sils.li> | 2023-02-19 19:14:33 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-19 19:14:33 +0100 |
commit | 43b5391e68aa0e6a01a8c85966490272aee4c402 (patch) | |
tree | 587a382c940f5c5c6365752a7a00f56e9e3f8d37 /system/default.nix | |
parent | Feat(bootstrap): Separate the builder to a library (diff) | |
download | nixos-config-43b5391e68aa0e6a01a8c85966490272aee4c402.zip |
Fix(system): Fully embrace the home packages
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index 3aed0b37..14762c92 100644 --- a/system/default.nix +++ b/system/default.nix @@ -6,7 +6,7 @@ ./font ./impermanence ./locale - ./packages +#./packages ./sound ]; } |