diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-02-27 04:00:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 04:00:39 +0000 |
| commit | 147abc84b55443eb34cb438988de751c77d1e9d7 (patch) | |
| tree | f58d9a96d89434d8c611026d1d489ef86fd1c298 /home.nix | |
| parent | a4869c9722e6041994bbb19cea993ee0bb39a9da (diff) | |
gtk themes
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,11 +3,19 @@ { imports = [ ./firefox.nix ]; + gtk.enable = true; + + gtk.cursorTheme.package = pkgs.simp1e-cursors; + gtk.cursorTheme.name = "Simp1e-Gruvbox-Dark"; + gtk.theme.package = pkgs.gruvbox-dark-gtk; + gtk.theme.name = "gruvbox-dark"; + home.username = "ozpv"; home.homeDirectory = "/home/ozpv"; home.stateVersion = "23.11"; # Please read the comment before changing. home.packages = with pkgs; [ + keepassxc neofetch ]; |
