diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/home.nix | 8 |
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 = { |