updates
This commit is contained in:
parent
78e8d4cd39
commit
ceb75c42fd
14 changed files with 325 additions and 28 deletions
|
|
@ -18,6 +18,7 @@ in
|
|||
XDG_CURRENT_DESKTOP = "Hyprland";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_SESSION_DESKTOP = "Hyprland";
|
||||
XCURSOR_SIZE = "108";
|
||||
};
|
||||
sessionVariables = {
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
|
|
|
|||
9
modules/desktop/virtualisation/virtlib.nix
Normal file
9
modules/desktop/virtualisation/virtlib.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
|
||||
virtualisation.libvirtd.host.enable = true;
|
||||
users.extraGroups.libvirtd.members = [ "${user}" ];
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue