Fix Xwayland, new wifi,...
All checks were successful
Nix Build / build-nixos (push) Successful in 6m50s
All checks were successful
Nix Build / build-nixos (push) Successful in 6m50s
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
telegram-desktop
|
||||
pavucontrol
|
||||
keepassxc
|
||||
nextcloud-client
|
||||
gramps
|
||||
];
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
config = lib.mkIf (config.usercfg.wm == "Wayland") {
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
|
Reference in New Issue
Block a user