virtualisirung mpd ncmcpp
This commit is contained in:
@@ -82,11 +82,23 @@
|
|||||||
vagrant
|
vagrant
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
mpd
|
mpd
|
||||||
|
tlp
|
||||||
|
powertop
|
||||||
|
redshift
|
||||||
|
ranger
|
||||||
|
mc
|
||||||
|
vlc
|
||||||
|
pavucontrol
|
||||||
|
openvpn
|
||||||
|
|
||||||
];
|
];
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
services.hardware.bolt.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
virtualisation.kvmgt.enable = true;
|
||||||
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
@@ -128,7 +140,7 @@
|
|||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.k41 = {
|
users.users.k41 = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "video" "libvirt"]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "video" "libvirtd"]; # Enable ‘sudo’ for the user.
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user