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