summaryrefslogtreecommitdiff
path: root/modules/core/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-28 09:50:19 -0700
committerFuwn <[email protected]>2024-10-28 09:50:19 -0700
commit44d38b896c443751df7818510b95bcc6a6b2dbc8 (patch)
tree94463efb238b8087b9c26330de4141492a490c6f /modules/core/default.nix
parentkioku: use primaryUser option from options (diff)
downloadnixos-config-44d38b896c443751df7818510b95bcc6a6b2dbc8.tar.xz
nixos-config-44d38b896c443751df7818510b95bcc6a6b2dbc8.zip
core: move simple programs to core
Diffstat (limited to 'modules/core/default.nix')
-rw-r--r--modules/core/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/default.nix b/modules/core/default.nix
index e75e874..c9b855c 100644
--- a/modules/core/default.nix
+++ b/modules/core/default.nix
@@ -3,6 +3,7 @@
./access
./networking
./nix
+ ./programs.nix
./sops.nix
];
}