diff options
author | ene <ene@sils.li> | 2023-02-19 14:01:30 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-19 14:01:30 +0100 |
commit | 68bba15c76eae055c7d92a8ca7cb5038c9501473 (patch) | |
tree | 68bab9421445cd3d51b900f5f917a6d1912c30ab /system | |
parent | Fix(bootstrap): Use a derivation (diff) | |
download | nixos-config-68bba15c76eae055c7d92a8ca7cb5038c9501473.tar.gz nixos-config-68bba15c76eae055c7d92a8ca7cb5038c9501473.zip |
Fix: Import the new configs
Diffstat (limited to '')
-rw-r--r-- | system/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix index 6293be23..3aed0b37 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,10 +3,10 @@ ./boot ./users # this needs to be before fileSystemLayouts ./fileSystemLayouts + ./font + ./impermanence ./locale ./packages ./sound - - ./impermanence ]; } |