update options for 25.11

This commit is contained in:
Fabian Montero 2026-02-13 02:19:54 -06:00
parent b4be77aed9
commit 38d35315bd
Signed by: fabian
GPG key ID: 8036F30EDBAC8447
5 changed files with 4 additions and 6 deletions

View file

@ -36,7 +36,7 @@ in {
qbittorrent
runelite
spotify
tdesktop
telegram-desktop
thunderbird
usbutils
vpsfree-client

View file

@ -156,7 +156,7 @@ in {
command = "${lib.getExe pkgs.sway} 'workspace 1; exec ${lib.getExe pkgs.firefox}'";
}
{
command = "${lib.getExe pkgs.sway} 'workspace 2; exec ${lib.getExe pkgs.tdesktop}'";
command = "${lib.getExe pkgs.sway} 'workspace 2; exec ${lib.getExe pkgs.telegram-desktop}'";
}
{
command = "${lib.getExe pkgs.sway} 'workspace 2; exec ${lib.getExe pkgs.gajim}'";

View file

@ -12,7 +12,8 @@ in {
};
config = mkIf cfg.enable {
services.udev.packages = with pkgs; [
android-udev-rules
# android-udev-rules
# todo: 'android-udev-rules' has been removed due to being superseded by built-in systemd uaccess rules
];
environment.systemPackages = with pkgs; [

View file

@ -21,7 +21,6 @@ in {
environment = {
systemPackages = with pkgs; [
protontricks
protonup
protonup-ng
winetricks
];

View file

@ -12,8 +12,6 @@ in {
};
config = mkIf cfg.enable {
virtualisation.libvirtd.qemu.package = pkgs.qemu_kvm;
virtualisation.libvirtd.qemu.ovmf.enable = true;
virtualisation.libvirtd.qemu.ovmf.packages = [pkgs.OVMFFull.fd];
virtualisation.libvirtd.enable = true;
# boot.kernelModules = [ "vfio" "vfio_iommu_type1" "vfio_pci" "vfio_virqfd" ];
# boot.kernelParams = [ "amd_iommu=on" "iommu=pt" "vfio-pci.ids=1002:699f,1002:aae0" "video=efifb:off" ];