diff options
| author | Baitinq <[email protected]> | 2022-06-27 17:07:45 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-27 17:12:51 +0200 |
| commit | ede154f223670093d74556aa1faa46cea6d8bdb3 (patch) | |
| tree | 410bc3505666a69dd40c25aaa2b00b1930a13f00 /hosts/home.nix | |
| parent | Packages: Remove unneeded buildinputs (diff) | |
| download | nixos-config-ede154f223670093d74556aa1faa46cea6d8bdb3.tar.gz nixos-config-ede154f223670093d74556aa1faa46cea6d8bdb3.tar.bz2 nixos-config-ede154f223670093d74556aa1faa46cea6d8bdb3.zip | |
Fmt: Move custom packages together
Diffstat (limited to 'hosts/home.nix')
| -rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 6d508cf..2edad88 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -25,8 +25,6 @@ in dunst sxhkd feh - custom.smart-wallpaper - custom.dwmbar pavucontrol polkit_gnome progress @@ -36,6 +34,8 @@ in git-crypt nixpkgs-fmt paperkey + custom.smart-wallpaper + custom.dwmbar ]; }; |