virtualisation, mpd utils

This commit is contained in:
Aria Nolan 2024-04-23 00:22:49 -04:00
parent 58af283418
commit 3196a9713e
3 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@
users.users.tacocat = {
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "audio" "video" "bluetooth" "kvm" "docker"];
extraGroups = ["wheel" "networkmanager" "audio" "video" "bluetooth" "kvm" "docker" "libvirtd"];
home = "/home/tacocat";
description = "Aria Nolan";
};
@ -87,6 +87,7 @@
# the PipeWire socket.
};
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
services.udev.extraRules = ''
# 0d28:0204 DAPLink
SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", ATTR{idProduct}=="0204", MODE:="666"

View file

@ -24,6 +24,8 @@
];
packages = with pkgs; [
fd
vimpc
ashuffle
ardour
giada
carla

View file

@ -6,7 +6,6 @@
./fzf.nix
./tiny.nix
./zoxide.nix
./ncmpcpp.nix
./zellij.nix
];