mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-07-09 13:31:20 +00:00
fix(desktop,wine): remove bottles package, as it is currently broken
This commit is contained in:
parent
d8dbcef310
commit
7bda89ced4
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ in
|
|||
gamescope
|
||||
mangohud
|
||||
lutris
|
||||
bottles
|
||||
#bottles
|
||||
]
|
||||
++ optionals cfg.gaming.emulation [
|
||||
(optimizePkg {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ in
|
|||
};
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
bottles
|
||||
#bottles
|
||||
cfg.package
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue