diff options
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index f89c08a..bbd660c 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -33,6 +33,11 @@ enable = true; }; + programs.xwayland = { + enable = true; + package = pkgs.xwayland-satellite; + }; + programs.coolercontrol.enable = true; programs.gnupg.agent = { |
