Add libvirt
This commit is contained in:
parent
565ac6ff9f
commit
60ce3ca2b3
@ -57,6 +57,7 @@ in
|
||||
tldr
|
||||
devenv
|
||||
ventoy
|
||||
virt-manager
|
||||
discord
|
||||
zoxide
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
./fonts.nix
|
||||
./fwupd.nix
|
||||
./users.nix
|
||||
./libvirt.nix
|
||||
./services.nix
|
||||
./security.nix
|
||||
./git.nix
|
||||
|
@ -12,7 +12,14 @@
|
||||
home = "/home/torjus";
|
||||
description = "Torjus";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "input" "networkmanager" "video" "gamemode" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"input"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"gamemode"
|
||||
"libvirtd"
|
||||
];
|
||||
# Install some user packages
|
||||
packages = with pkgs; [
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user