From dac02112eb324a604f1b77c5c4a0e80d8fd55bf6 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 16 Jun 2023 12:34:29 -0400 Subject: home profile update with fonts --- nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix | 3 +-- 1 file changed, 1 insertion(+), 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] -- cgit v1.2.3