{ pkgs, ...}: { programs.partition-manager.enable = true; environment.systemPackages = with pkgs; [ #For root nushell bat helix wget unzip git wl-clipboard pciutils # For gaming # r2modman #For hyprland waybar #For sway alacritty # gpu accelerated terminal dbus-sway-environment configure-gtk wayland waybar xdg-utils # for opening default programs when clicking links glib # gsettings dracula-theme # gtk theme gnome3.adwaita-icon-theme # default gnome cursors swaylock swayidle grim # screenshot functionality slurp # screenshot functionality bemenu # wayland clone of dmenu mako # notification system developed by swaywm maintainer wdisplays # tool to configure displays wofi (writeShellScriptBin "rofi" "exec -a $0 ${wofi}/bin/wofi $@") #Lets qutebrowser select passwords ]; }