From 0dda14266d69e0f5ca1c038f0402297ddd5757d9 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 6 Dec 2025 03:42:04 +0530 Subject: [PATCH] feat(configuration): enable Nix and upgrade system state version --- darwin/shiro/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/darwin/shiro/configuration.nix b/darwin/shiro/configuration.nix index 701fb342..82083f99 100644 --- a/darwin/shiro/configuration.nix +++ b/darwin/shiro/configuration.nix @@ -8,7 +8,7 @@ # environment.systemPackages = with pkgs; [nix neovim]; nix = { - enable = false; + enable = true; settings = { experimental-features = "nix-command flakes auto-allocate-uids"; max-jobs = 8; @@ -77,7 +77,7 @@ # services.nix-daemon.enable = true; system.primaryUser = "servius"; - system.stateVersion = 4; + system.stateVersion = 5; system.keyboard.enableKeyMapping = true; system.keyboard.remapCapsLockToControl = true;