mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
meta: Merge wine module with desktop
Makes it easier to just import the desktop module and use everything we want.
This commit is contained in:
parent
764fbd4917
commit
a03963d1f7
@ -15,11 +15,15 @@ in
|
||||
options.modules.desktop = {
|
||||
japanese = mkEnableOption "Japanese support (fcitx, anki, kanjidraw, etc.)";
|
||||
bloat = mkEnableOption "GUI applications like Logseq";
|
||||
wine = mkEnableOption "wine support";
|
||||
};
|
||||
|
||||
config = with cfg; {
|
||||
hardware.opengl.driSupport32Bit = mkIf wine true;
|
||||
|
||||
programs = {
|
||||
hyprland.enable = true;
|
||||
cdemu.enable = mkIf wine true;
|
||||
|
||||
thunar = {
|
||||
enable = true;
|
||||
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
programs.cdemu.enable = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user