diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 01:37:10 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 01:37:10 +0100 |
commit | 7cc40de3e2ca5a48504c5b5396198b222e616f24 (patch) | |
tree | f1dd574b56ee1f23687fae12feb52bcc6444ea35 /hosts/home.nix | |
parent | Font: Change font style (diff) | |
download | nixos-config-7cc40de3e2ca5a48504c5b5396198b222e616f24.tar.gz nixos-config-7cc40de3e2ca5a48504c5b5396198b222e616f24.tar.bz2 nixos-config-7cc40de3e2ca5a48504c5b5396198b222e616f24.zip |
Dotfiles: Fix ghostty gtk borders
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 7a9a584..aff09f4 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -388,6 +388,7 @@ configFile."waybar/".source = "${dotfiles}/waybar/"; configFile."zathura/zathurarc".source = "${dotfiles}/zathurarc"; configFile."dunst/dunstrc".source = "${dotfiles}/dunstrc"; + configFile."gtk-4.0/".source = "${dotfiles}/gtk-4.0/"; }; home.file = { |