aboutsummaryrefslogtreecommitdiff
path: root/hosts/adam/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-11-10 20:57:53 +0100
committerschererleander <leander@schererleander.de>2025-11-10 20:59:55 +0100
commitfe317036e9147d7aef1f59fcffa6b8726522f408 (patch)
tree21e8219579b699fce9671e368237e25c30e05036 /hosts/adam/configuration.nix
parent20535e334d5d31bc362731131de7d78a3dd057f5 (diff)
remove default import modules and import modules accordingly
Diffstat (limited to 'hosts/adam/configuration.nix')
-rw-r--r--hosts/adam/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix
index 765181c..16bd81d 100644
--- a/hosts/adam/configuration.nix
+++ b/hosts/adam/configuration.nix
@@ -7,7 +7,8 @@
{
imports = [
./hardware-configuration.nix
- ../../modules
+ ../../modules/desktop
+ ../../modules/programs
../../modules/system
../../modules/services
];