{pkgs, ...}: { programs = { firefox.enable = false; # Firefox is not installed by defualt dconf.enable = true; seahorse.enable = true; fuse.userAllowOther = true; virt-manager.enable = true; mtr.enable = true; adb.enable = true; gnupg.agent = { enable = true; enableSSHSupport = true; }; thunar = { enable = true; plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ]; }; }; nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ amfora # Fancy Terminal Browser For Gemini Protocol appimage-run # Needed For AppImage Support brave # Brave Browser brightnessctl # For Screen Brightness Control cmatrix # Matrix Movie Effect In Terminal cowsay # Great Fun Terminal Program docker-compose # Allows Controlling Docker From A Single File duf # Utility For Viewing Disk Usage In Terminal eza # Beautiful ls Replacement ffmpeg # Terminal Video / Audio Editing file-roller # Archive Manager gedit # Simple Graphical Text Editor gimp # Great Photo Editor greetd.tuigreet # The Login Manager (Sometimes Referred To As Display Manager) htop # Simple Terminal Based System Monitor hyprpicker imv inxi killall libnotify libvirt lm_sensors lolcat lshw lxqt.lxqt-policykit meson mpv ncdu ninja nixfmt-rfc-style pavucontrol pciutils picard pkg-config playerctl ripgrep socat unrar unzip usbutils v4l-utils virt-viewer wget ytmdl ]; }