summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-26 05:56:01 +0000
committerGitHub <noreply@github.com>2026-05-26 05:56:01 +0000
commitccff75ce40f47d233ccbda36e11648ff6f841b35 (patch)
tree9d6a5b808c483ce40102e38a3c74c81183554aa4 /home.nix
parent1303a403ed9bb65784d0a7f731f374adfd18e3d8 (diff)
update to 26.05
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index ed213e6..0d192ba 100644
--- a/home.nix
+++ b/home.nix
@@ -5,7 +5,7 @@
home.username = "ozpv";
home.homeDirectory = "/home/ozpv";
- home.stateVersion = "25.05";
+ home.stateVersion = "26.05";
gtk.enable = true;
@@ -14,7 +14,7 @@
nixpkgs.config.allowUnfree = true;
- home.packages = with pkgs; [ veracrypt keepassxc neofetch ];
+ home.packages = with pkgs; [ ];
home.sessionVariables = { EDITOR = "nvim"; };