fix all the shits

This commit is contained in:
wooki3 2025-07-08 00:39:39 -04:00
parent c15f7a253f
commit 5c2458a905
12 changed files with 70 additions and 29 deletions

View file

@ -131,4 +131,7 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.05"; # Did you read the comment?
#enable configs
core.gaming.enable = true;
core.desktop.enable = true;
}