aboutsummaryrefslogtreecommitdiff
path: root/modules/systems/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 16:32:56 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 16:32:56 -0800
commit7376c608950648a65af8001b856a3dbf51d82023 (patch)
tree6665bc4710bae4020441211aacc43d62bb571b8d /modules/systems/default.nix
parenthome-manager: typo in my config (diff)
downloadinfra-7376c608950648a65af8001b856a3dbf51d82023.tar.gz
systems: install more packages
Diffstat (limited to '')
-rw-r--r--modules/systems/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/systems/default.nix b/modules/systems/default.nix
index eacf54e..3cbe456 100644
--- a/modules/systems/default.nix
+++ b/modules/systems/default.nix
@@ -1,5 +1,6 @@
{
imports = [
- ./nix.nix
+ ./nix.nix
+ ./software.nix
];
}