summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-05-04 18:17:38 +0200
committersils <sils@sils.li>2023-05-04 18:17:38 +0200
commit4eaf76cf1e0af9ec7a630320bb7d4956041dd03e (patch)
tree4073ad033ef5f0939e76bb82a75847b34ca4bba9 /hosts
parentChore(flake): Update (diff)
downloadnix-config-4eaf76cf1e0af9ec7a630320bb7d4956041dd03e.tar.gz
nix-config-4eaf76cf1e0af9ec7a630320bb7d4956041dd03e.zip
Structure(treewide): Use new structure with home-manager
                     home-manager enables great possibilities and is
                     part of simplifying the structure of my config.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/default.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
index 8a2fe78..ba379a8 100644
--- a/hosts/thinklappi/default.nix
+++ b/hosts/thinklappi/default.nix
@@ -9,15 +9,7 @@
 in {
   imports = [
     ./basesystem.nix
-    ../../common/environment
-    ../../common/nix
-    ../../common/packages
-    ../../common/users
-    ../../services/zsh
-    ../../services/flatpak # Mainly for minecraft
-
-    # Desktop Environment to use
-    ../../desktop/gnome
+    ../../sys
   ];
 
   services = {