Update gnome.nix
This commit is contained in:
parent
56e78ddb01
commit
4719b4c0c6
1 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# gnome.nix
|
# gnome.nix
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.networking.hostName == "FredOS-Macbook") {
|
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.networking.hostName == "FredOS-Macbook") {
|
||||||
# Enable Gnome
|
# Enable Gnome
|
||||||
|
|
@ -17,6 +16,14 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
gnomeExtensions.hot-edge
|
gnomeExtensions.hot-edge
|
||||||
gnomeExtensions.rounded-window-corners-reborn
|
gnomeExtensions.rounded-window-corners-reborn
|
||||||
|
|
||||||
|
# Wine/Wayland decoration support
|
||||||
|
libdecor
|
||||||
|
xorg.libxcb
|
||||||
|
xwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Ensure XWayland has proper decoration support
|
||||||
|
programs.xwayland.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue