feat: add latest changes (?)
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
];
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
viAlias = true;
|
||||
withRuby = false;
|
||||
withPython3 = true;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user