diff options
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 ]; |
