diff options
| author | kdam0 <me@kumardamani.net> | 2023-06-16 16:34:29 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-06-16 16:34:29 +0000 |
| commit | dac02112eb324a604f1b77c5c4a0e80d8fd55bf6 (patch) | |
| tree | c187ad78ff2ab14ec45814f44d9e1caab995447c /nixpkgs | |
| parent | f4859d06b9250ab61737b9c0a8f511fb74b7b635 (diff) | |
home profile update with fonts
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] |
