nix on kil
Some checks failed
/ lint (push) Failing after 32s

This commit is contained in:
Jana Dönszelmann 2026-01-19 19:08:00 +01:00
parent b84f878dbd
commit acd7def6ed
No known key found for this signature in database
28 changed files with 5069 additions and 143 deletions

View file

@ -9,7 +9,7 @@
# inputs.home-manager.nixosModules.home-manager
];
system.stateVersion = "25.05";
system.stateVersion = "26.05";
services.resolved.enable = false;
# Enable SSH
@ -38,6 +38,9 @@
atuin
rcon
lix
nix-output-monitor
wget
comma
];
# Set up direnv
@ -125,10 +128,5 @@
nixos.enable = lib.mkForce false;
};
# home-manager = {
# useGlobalPkgs = true;
# useUserPackages = true;
# verbose = true;
# extraSpecialArgs = { inherit inputs; };
# };
security.polkit.enable = true;
}