added 0AD

This commit is contained in:
Victor Ișan 2026-01-29 15:59:27 +01:00
parent 9437fe0045
commit a51cd6c5ee
3 changed files with 8 additions and 6 deletions

View File

@ -23,6 +23,7 @@ in
curl
htop
tmux
killall
neovim
];

View File

@ -23,5 +23,9 @@
programs.steam = {
enable = true;
};
environment.systemPackages = with pkgs; [
0ad
];
}

View File

@ -11,14 +11,11 @@
};
};
environment.plasma6.excludePackages = with pkgs; [
wayland
];
environment.systemPackages = with pkgs; [
librewolf
];
# Nvidia
my.allowUnfree.names = lib.mkAfter [
"nvidia-x11"
"nvidia-settings"