summaryrefslogtreecommitdiff
path: root/profiles/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/desktop/default.nix')
-rw-r--r--profiles/desktop/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/desktop/default.nix b/profiles/desktop/default.nix
index 076c46b..3dcf0c8 100644
--- a/profiles/desktop/default.nix
+++ b/profiles/desktop/default.nix
@@ -6,6 +6,8 @@
imports = [
../nixos
./fonts.nix
+ ./network.nix
+ ./services.nix
];
environment = {
noXlibs = lib.mkForce false;