diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 22:57:54 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | f94a9071e7ccad349af26add593e855cd9f88f32 (patch) | |
| tree | c72506f139d9747c487d180ada054eafc86c1be2 /roles/home/desktop/gtk.nix | |
| parent | e11a0658b3c47459767ba49ccfe319a2b8c73456 (diff) | |
migration: gtk theme
Diffstat (limited to 'roles/home/desktop/gtk.nix')
| -rw-r--r-- | roles/home/desktop/gtk.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/home/desktop/gtk.nix b/roles/home/desktop/gtk.nix deleted file mode 100644 index 33745d5..0000000 --- a/roles/home/desktop/gtk.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs, ... }: - -{ - gtk = { - theme = { - package = pkgs.gruvbox-gtk-theme; - name = "Gruvbox-Dark"; - }; - - font = { - name = "monospace"; - size = 8; - }; - }; -} |