about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-28 23:11:37 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-28 23:11:37 +0200
commitc201d21dc4f4c3401e99fe66b4cc907f81c3e893 (patch)
tree7a1dc93fc378f887fc61393466e04126e57c0cd1 /hosts/home.nix
parentVM: Migrate to EFI and add packages (diff)
downloadnixos-config-c201d21dc4f4c3401e99fe66b4cc907f81c3e893.tar.gz
nixos-config-c201d21dc4f4c3401e99fe66b4cc907f81c3e893.tar.bz2
nixos-config-c201d21dc4f4c3401e99fe66b4cc907f81c3e893.zip
fmt
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 2edad88..9612449 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -34,9 +34,11 @@ in
       git-crypt
       nixpkgs-fmt
       paperkey
-      custom.smart-wallpaper
-      custom.dwmbar
-    ];
+    ] ++
+    (with pkgs.custom; [
+      smart-wallpaper
+      dwmbar
+    ]);
   };
 
   services = {