aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-06-02 12:55:13 -0400
committerRosa <rosaontheweb@proton.me>2026-06-02 12:55:13 -0400
commitc137036e26bc15a1683eda089e8a9a67649d9c24 (patch)
tree12909c2f0d32760668684202f9f3efc57f854fac /hosts/the-meowchine
parentc4657d671b01789b096cb2f6d0db89804ad3c637 (diff)
rename keybind in kakoune
Diffstat (limited to 'hosts/the-meowchine')
-rw-r--r--hosts/the-meowchine/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix
index d00c2fe..491b13c 100644
--- a/hosts/the-meowchine/default.nix
+++ b/hosts/the-meowchine/default.nix
@@ -44,6 +44,7 @@
gpu-screen-recorder.enable = true;
steam.enable = true;
sway.enable = true;
+ virt-manager.enable = true;
};
security.doas.enable = true;
@@ -67,5 +68,13 @@
};
};
- users.users.rosa.enable = true;
+ users.users.rosa = {
+ enable = true;
+ extraGroups = [ "libvirtd" ];
+ };
+
+ virtualisation.libvirtd = {
+ enable = true;
+ qemu.swtpm.enable = true;
+ };
}