mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 19:39:40 +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 = {
|
options.modules.desktop = {
|
||||||
japanese = mkEnableOption "Japanese support (fcitx, anki, kanjidraw, etc.)";
|
japanese = mkEnableOption "Japanese support (fcitx, anki, kanjidraw, etc.)";
|
||||||
bloat = mkEnableOption "GUI applications like Logseq";
|
bloat = mkEnableOption "GUI applications like Logseq";
|
||||||
|
wine = mkEnableOption "wine support";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = with cfg; {
|
config = with cfg; {
|
||||||
|
hardware.opengl.driSupport32Bit = mkIf wine true;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
cdemu.enable = mkIf wine true;
|
||||||
|
|
||||||
thunar = {
|
thunar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
programs.cdemu.enable = true;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user