diff options
author | ene <ene@sils.li> | 2023-03-17 17:42:23 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-17 17:42:23 +0100 |
commit | 8978453ef0492c833d42599c758d25f8ed5afde0 (patch) | |
tree | e0652bf94479213be1a89945f9aa3d7eee1f9a45 /system/default.nix | |
parent | Fix(hm/conf/lf): Update to new shell lib version (diff) | |
download | nixos-config-8978453ef0492c833d42599c758d25f8ed5afde0.zip |
Fix(system): Move services to system
Diffstat (limited to '')
-rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index 85971ba5..13386a6d 100644 --- a/system/default.nix +++ b/system/default.nix @@ -10,6 +10,7 @@ ./users # the position of this item is fully arbitrary ./polkit ./graphics + ./services ]; # TODO does this really remove all the bloatware, nixos installs by default? environment = { |