about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/gtk-4.0/gtk.css5
-rw-r--r--hosts/home.nix1
2 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/gtk-4.0/gtk.css b/dotfiles/gtk-4.0/gtk.css
new file mode 100644
index 0000000..4756ccd
--- /dev/null
+++ b/dotfiles/gtk-4.0/gtk.css
@@ -0,0 +1,5 @@
+.background {
+    margin: 0;
+    padding: 0;
+    box-shadow: 0 0 0 0;
+}
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 = {