feat: add latest changes (?)

This commit is contained in:
Xavier Morel
2026-05-13 11:18:08 +02:00
parent 6af8a4d778
commit 37f5abaa94
4 changed files with 12 additions and 6 deletions
-2
View File
@@ -18,8 +18,6 @@
];
programs.neovim = {
enable = true;
vimAlias = true;
viAlias = true;
withRuby = false;
withPython3 = true;
};
+2 -2
View File
@@ -9,9 +9,9 @@
config = lib.mkIf config.myNixOS.feature.gaming.enable {
environment.systemPackages = with pkgs; [
bottles
# bottles
steam
discord
# discord
];
programs.steam.enable = true;
programs.gamemode.enable = true;