mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:26:53 +01:00
Use non wayland version
This commit is contained in:
parent
56851bce21
commit
e4db41504a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
|||
extraGroups = [ "wheel"]
|
||||
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
|
||||
++ lib.optional config.networking.networkmanager.enable "networkmanger";
|
||||
packages = with pkgs; [ git kate libsForQt5.ark element-desktop-wayland ];
|
||||
packages = with pkgs; [ git kate libsForQt5.ark element-desktop ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue