From d6383a2ebe722988c46156bbf9ad014437d4ff74 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 28 Jun 2022 23:11:37 +0200 Subject: fmt --- hosts/home.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hosts/home.nix') 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 = { -- cgit 1.4.1