feat: pa-notify and libvirtd configuration

added virt-manager and libvirtd for VMs
added pa-notify autostart command for volume notification
This commit is contained in:
Zhongheng Liu 2024-08-26 23:08:08 +08:00
commit ab9b248551
No known key found for this signature in database
5 changed files with 20 additions and 0 deletions

View file

@ -28,6 +28,7 @@
myAutostartCommands = [
"fcitx5"
"${pkgs.udiskie}/bin/udiskie"
"${pkgs.pa-notify}/bin/pa-notify"
];
myConfigLocation = "/home/${myUserName}/nix-conf";
};