Update gnome.nix
This commit is contained in:
parent
4719b4c0c6
commit
789d46a4af
1 changed files with 5 additions and 0 deletions
|
|
@ -21,9 +21,14 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
|
||||||
libdecor
|
libdecor
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
xwayland
|
xwayland
|
||||||
|
gtk3
|
||||||
|
cairo
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure XWayland has proper decoration support
|
# Ensure XWayland has proper decoration support
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
|
|
||||||
|
# Make sure GTK is properly configured
|
||||||
|
programs.dconf.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue