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 curl
htop htop
tmux tmux
killall
neovim neovim
]; ];

View File

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

View File

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