virtualisation, mpd utils
This commit is contained in:
parent
58af283418
commit
3196a9713e
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
users.users.tacocat = {
|
users.users.tacocat = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "networkmanager" "audio" "video" "bluetooth" "kvm" "docker"];
|
extraGroups = ["wheel" "networkmanager" "audio" "video" "bluetooth" "kvm" "docker" "libvirtd"];
|
||||||
home = "/home/tacocat";
|
home = "/home/tacocat";
|
||||||
description = "Aria Nolan";
|
description = "Aria Nolan";
|
||||||
};
|
};
|
||||||
|
@ -87,6 +87,7 @@
|
||||||
# the PipeWire socket.
|
# the PipeWire socket.
|
||||||
};
|
};
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
# 0d28:0204 DAPLink
|
# 0d28:0204 DAPLink
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", ATTR{idProduct}=="0204", MODE:="666"
|
SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", ATTR{idProduct}=="0204", MODE:="666"
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
];
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
fd
|
fd
|
||||||
|
vimpc
|
||||||
|
ashuffle
|
||||||
ardour
|
ardour
|
||||||
giada
|
giada
|
||||||
carla
|
carla
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./tiny.nix
|
./tiny.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
./ncmpcpp.nix
|
|
||||||
./zellij.nix
|
./zellij.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue