mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: slim slightly...
This commit is contained in:
parent
743741f976
commit
84d2438c3a
12 changed files with 35 additions and 51 deletions
|
|
@ -37,20 +37,6 @@
|
|||
vkbasalt
|
||||
mangohud
|
||||
umu-launcher
|
||||
|
||||
# support 32-bit only
|
||||
wine
|
||||
|
||||
# support 64-bit only
|
||||
wine64
|
||||
|
||||
# wine-staging (version with experimental features)
|
||||
wineWowPackages.staging
|
||||
|
||||
# winetricks (all versions)
|
||||
winetricks
|
||||
|
||||
# native wayland support (unstable)
|
||||
wineWowPackages.waylandFull
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.java = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
#prismlauncher
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,9 +35,9 @@
|
|||
*/
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wlx-overlay-s
|
||||
monado-vulkan-layers
|
||||
bs-manager
|
||||
#wlx-overlay-s
|
||||
#monado-vulkan-layers
|
||||
#bs-manager
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue