diff options
author | ene <ene@sils.li> | 2023-03-19 09:18:59 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-19 09:18:59 +0100 |
commit | e53fdea42b719b4065f55bfb462ed2f7db0f112b (patch) | |
tree | 9eb6fdf3833455c9d65e4eeb12dd20d9404f5c5d /system/default.nix | |
parent | Feat(hm/conf/dconf): Add dconf (diff) | |
download | nixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.tar.gz nixos-config-e53fdea42b719b4065f55bfb462ed2f7db0f112b.zip |
Style(format): Alejandra
Diffstat (limited to '')
-rw-r--r-- | system/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/default.nix b/system/default.nix index 23418312..3626f222 100644 --- a/system/default.nix +++ b/system/default.nix @@ -13,8 +13,8 @@ ./services ./tempfiles ]; - # TODO does this really remove all the bloatware, nixos installs by default? - environment = { - defaultPackages = []; - }; + # TODO does this really remove all the bloatware, nixos installs by default? + environment = { + defaultPackages = []; + }; } |