Fix Xwayland, new wifi,...
All checks were successful
Nix Build / build-nixos (push) Successful in 6m50s

This commit is contained in:
soraefir
2024-06-01 11:18:10 +02:00
parent a4435844a9
commit 5b43e414b7
5 changed files with 8 additions and 5 deletions

View File

@ -12,6 +12,7 @@
telegram-desktop
pavucontrol
keepassxc
nextcloud-client
gramps
];
};

View File

@ -1,5 +1,6 @@
{ lib, config, pkgs, ... }: {
config = lib.mkIf (config.usercfg.wm == "Wayland") {
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;