diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-26 05:56:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-26 05:56:01 +0000 |
| commit | ccff75ce40f47d233ccbda36e11648ff6f841b35 (patch) | |
| tree | 9d6a5b808c483ce40102e38a3c74c81183554aa4 /home.nix | |
| parent | 1303a403ed9bb65784d0a7f731f374adfd18e3d8 (diff) | |
update to 26.05
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; }; |
