diff options
| author | adikro <adikro@disroot.org> | 2025-11-19 14:56:08 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-19 14:56:08 +0100 |
| commit | 96bf05e6a431f68f785296e398c725c071fe324e (patch) | |
| tree | 2050c530083cc04df91ccea9a9ec96eef98c16a8 /hosts/desktop | |
| parent | 8498fab8785d08402e2330dfb6f45f1121cd1b2b (diff) | |
more niri configs
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 = { |
