diff --git a/flake.lock b/flake.lock index 0e78d26..7d254bf 100644 --- a/flake.lock +++ b/flake.lock @@ -340,11 +340,11 @@ ] }, "locked": { - "lastModified": 1775211498, - "narHash": "sha256-3eaotIjiPrQD3ky9xOgLamvuTlbBk8rstO6iVuxZpqM=", + "lastModified": 1775221564, + "narHash": "sha256-O2/JCtH6VPVypyshKEqW7hKvypvxvjwWBclI89wZJO8=", "owner": "nix-community", "repo": "NUR", - "rev": "3004a94aa05181ba85d03b3475dc887da11202cb", + "rev": "6ac8a11735e3f5cda30adb1527cb7def63e7100a", "type": "github" }, "original": { @@ -361,11 +361,11 @@ ] }, "locked": { - "lastModified": 1775211498, - "narHash": "sha256-3eaotIjiPrQD3ky9xOgLamvuTlbBk8rstO6iVuxZpqM=", + "lastModified": 1775221564, + "narHash": "sha256-O2/JCtH6VPVypyshKEqW7hKvypvxvjwWBclI89wZJO8=", "owner": "nix-community", "repo": "NUR", - "rev": "3004a94aa05181ba85d03b3475dc887da11202cb", + "rev": "6ac8a11735e3f5cda30adb1527cb7def63e7100a", "type": "github" }, "original": { diff --git a/home/users/root/default.nix b/home/users/root/default.nix index 2cb35e3..cfce8d4 100644 --- a/home/users/root/default.nix +++ b/home/users/root/default.nix @@ -3,7 +3,6 @@ home.username = "root"; home.homeDirectory = "/root"; home.stateVersion = "24.05"; - stylix.enableReleaseChecks = false; programs.git = { enable = true;