added 0AD
This commit is contained in:
parent
9437fe0045
commit
a51cd6c5ee
@ -23,6 +23,7 @@ in
|
|||||||
curl
|
curl
|
||||||
htop
|
htop
|
||||||
tmux
|
tmux
|
||||||
|
killall
|
||||||
neovim
|
neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -23,5 +23,9 @@
|
|||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
0ad
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user