some stuff
This commit is contained in:
@ -24,6 +24,7 @@ in
|
||||
networkmanager-openconnect
|
||||
openconnect
|
||||
pulseaudio-ctl
|
||||
gnome.simple-scan
|
||||
];
|
||||
|
||||
programs = {
|
||||
@ -108,6 +109,7 @@ in
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.sane.enable = true;
|
||||
|
||||
services = {
|
||||
mullvad-vpn.enable = true;
|
||||
|
@ -4,7 +4,7 @@
|
||||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemuPackage = pkgs.qemu_kvm;
|
||||
qemu.package = pkgs.qemu_kvm;
|
||||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
|
@ -29,6 +29,7 @@ in
|
||||
keepassxc
|
||||
ponymix #rofi-default
|
||||
mullvad-vpn
|
||||
dracula-theme
|
||||
];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user