summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index c2fe013..138ec32 100644
--- a/home.nix
+++ b/home.nix
@@ -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
];