summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-02-27 04:00:39 +0000
committerGitHub <noreply@github.com>2024-02-27 04:00:39 +0000
commit147abc84b55443eb34cb438988de751c77d1e9d7 (patch)
treef58d9a96d89434d8c611026d1d489ef86fd1c298 /home.nix
parenta4869c9722e6041994bbb19cea993ee0bb39a9da (diff)
gtk themes
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
];