diff options
| author | Baitinq <[email protected]> | 2022-06-28 23:11:37 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-28 23:11:37 +0200 |
| commit | d6383a2ebe722988c46156bbf9ad014437d4ff74 (patch) | |
| tree | 90ca9e8e59181adc2131149542e3020cadfd2d28 /hosts/home.nix | |
| parent | VM: Migrate to EFI and add packages (diff) | |
| download | nixos-config-d6383a2ebe722988c46156bbf9ad014437d4ff74.tar.gz nixos-config-d6383a2ebe722988c46156bbf9ad014437d4ff74.tar.bz2 nixos-config-d6383a2ebe722988c46156bbf9ad014437d4ff74.zip | |
fmt
Diffstat (limited to 'hosts/home.nix')
| -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 = { |