feat(configuration): enable Nix and upgrade system state version
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-06 03:42:04 +05:30
parent 0b1924359e
commit 0dda14266d

View File

@@ -8,7 +8,7 @@
# environment.systemPackages = with pkgs; [nix neovim]; # environment.systemPackages = with pkgs; [nix neovim];
nix = { nix = {
enable = false; enable = true;
settings = { settings = {
experimental-features = "nix-command flakes auto-allocate-uids"; experimental-features = "nix-command flakes auto-allocate-uids";
max-jobs = 8; max-jobs = 8;
@@ -77,7 +77,7 @@
# services.nix-daemon.enable = true; # services.nix-daemon.enable = true;
system.primaryUser = "servius"; system.primaryUser = "servius";
system.stateVersion = 4; system.stateVersion = 5;
system.keyboard.enableKeyMapping = true; system.keyboard.enableKeyMapping = true;
system.keyboard.remapCapsLockToControl = true; system.keyboard.remapCapsLockToControl = true;