diff options
Diffstat (limited to 'nixpkgs')
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix index 82c36ca..16e88a0 100644 --- a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix +++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix @@ -264,11 +264,10 @@ systemd.user.startServices = true; # Source app specific configs - #home.file."bg.sh".source = ../../common/bg.sh; - #home.file."start.sh".source = ../../common/start.sh; home.file.".config/foot/foot.ini".source = ../../common/foot/foot.ini; home.file.".config/wofi/style.css".source = ../../common/wofi/style.css; home.file.".config/mako/config".source = ../../common/mako/config; + home.file.".local/share/fonts".source = ../../common/fonts; #home.file.".config/foot/foot.ini".text = '' #[colors] |
