this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: Updated nixos version

+2 -3
+1 -1
README.org
··· 13 13 outputs = { self, nixpkgs, home-manager, niri, ... }@inputs: let 14 14 system = "x86_64-linux"; 15 15 hostname = "nixos"; 16 - stateVersion = "23.11"; 16 + stateVersion = "25.05"; 17 17 pkgs = import nixpkgs { 18 18 inherit system; 19 19 };
+1 -1
flake.nix
··· 20 20 } @ inputs: let 21 21 system = "x86_64-linux"; 22 22 hostname = "nixos"; 23 - stateVersion = "23.11"; 23 + stateVersion = "25.05"; 24 24 pkgs = import nixpkgs { 25 25 inherit system; 26 26 };
-1
home/personal.nix
··· 42 42 }; 43 43 }; 44 44 45 - 46 45 services = { 47 46 gpg-agent = { 48 47 enable = true;