diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-18 00:47:31 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-18 00:47:31 -0700 |
| commit | 15c5050590415fd64e984e994ec77186918cf7b7 (patch) | |
| tree | 749420ecef58297a9b79496c46055474269c98b2 /home | |
| parent | dc638fe963bf30900962174d3c0a5864f3bdb9b6 (diff) | |
Update flake version
Diffstat (limited to 'home')
| -rw-r--r-- | home/gtk.nix | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/home/gtk.nix b/home/gtk.nix index b32ed77..a5de43d 100644 --- a/home/gtk.nix +++ b/home/gtk.nix @@ -5,19 +5,8 @@ enable = true; theme = { - # nixpkgs 24.05 version - # Unstable doesn't work, and, frankly, I can't be bothered to fix it - #TODO: update to latest version, eventually - package = (pkgs.gruvbox-gtk-theme.overrideAttrs { - version = "unstable-2023-05-28"; - src = pkgs.fetchFromGitHub { - owner = "Fausto-Korpsvart"; - repo = "Gruvbox-GTK-Theme"; - rev = "c0b7fb501938241a3b6b5734f8cb1f0982edc6b4"; - hash = "sha256-Y+6HuWaVkNqlYc+w5wLkS2LpKcDtpeOpdHnqBmShm5Q="; - }; - }); - name = "Gruvbox-Dark-B"; + package = pkgs.gruvbox-gtk-theme; + name = "Gruvbox-Dark"; }; font = { |