diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-06-02 12:55:13 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-06-02 12:55:13 -0400 |
| commit | c137036e26bc15a1683eda089e8a9a67649d9c24 (patch) | |
| tree | 12909c2f0d32760668684202f9f3efc57f854fac /hosts/the-meowchine/default.nix | |
| parent | c4657d671b01789b096cb2f6d0db89804ad3c637 (diff) | |
rename keybind in kakoune
Diffstat (limited to 'hosts/the-meowchine/default.nix')
| -rw-r--r-- | hosts/the-meowchine/default.nix | 11 |
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; + }; } |
