about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-11 16:35:42 +0100
committerene <ene@sils.li>2023-02-11 16:35:42 +0100
commitc0ec18cbd4a4e49a94114414bbee3c8a747d8e13 (patch)
tree065f21635caee7c41f7fa67e101622c7ae063500 /hosts
parentFix: Rename host for clarity and import home-manager (diff)
downloadnixos-config-c0ec18cbd4a4e49a94114414bbee3c8a747d8e13.tar.gz
nixos-config-c0ec18cbd4a4e49a94114414bbee3c8a747d8e13.zip
Feat(home-manager): Make the home configuration better
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 2a3812cf..c58d1a47 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -5,13 +5,11 @@
   nixpkgs,
   home-manager,
   ...
-}: {
+}:{
   imports = [
     ./hardware
     ./networking.nix
 
-    ../../home-manager
-
     ../../system
 
     ../../services