This commit is contained in:
LunarAkai 2025-03-15 15:33:20 +01:00
commit e2a28e46dd
2 changed files with 1 additions and 46 deletions

View file

@ -17,9 +17,7 @@
};
environment.systemPackages = with pkgs; [
cowsay
lolcat
];
system.stateVersion = "24.11"; # Did you read the comment?
system.stateVersion = "24.11";
}