{ pkgs, ... }: { imports = [ ./ags ./cursor.nix ./dunst.nix ./firefox.nix ./gtk.nix ./hypr ./kitty.nix ./sway.nix ./qt.nix ]; dconf.settings = { "org/virt-manager/virt-manager/connections" = { autoconnect = [ "qemu:///system" ]; uris = [ "qemu:///system" ]; }; }; home = { packages = with pkgs; [ gimp fastfetch inkscape kdePackages.ark kdePackages.qtwayland libreoffice-qt obs-studio picard protonup-qt mpv noto-fonts-cjk-sans nsxiv osu-lazer-bin pcmanfm-qt playerctl prismlauncher qbittorrent r2modman wl-clipboard wineWowPackages.stagingFull vesktop swww lxqt.lxqt-policykit qdiskinfo mangohud heroic mediainfo-gui sound-juicer filen-desktop p7zip scrcpy ]; }; nixpkgs.config.allowUnfree = true; services = { easyeffects.enable = true; arrpc.enable = true; }; xdg.enable = true; }