{ pkgs }: { # Packages to be installed in the *user* profile via Home Manager packages = with pkgs; [ # system waybar wofi dunst xdg-utils desktop-file-utils playerctl pamixer brightnessctl rofi home-manager # hyprland hyprpaper # utils wget flatpak nextcloud-client kdePackages.okular kdePackages.gwenview kdePackages.kdeconnect-kde _1password-gui docker tree ripgrep gparted file htop wev solaar # terminal kitty starship kdePackages.konsole kdePackages.yakuake # office obsidian onlyoffice-desktopeditors # development git vscode-with-extensions kdePackages.kate jetbrains.pycharm python3 # communication nextcloud-talk-desktop signal-desktop # multimedia spotify vlc # graphic gimp2 ]; # Keeping these here as "data" (optional to use later) flatpakRemote = { name = "flathub"; url = "https://dl.flathub.org/repo/flathub.flatpakrepo"; }; flatpakApps = [ "app.zen_browser.zen" "org.mozilla.firefox" "com.github.tchx84.Flatseal" "eu.betterbird.Betterbird" "com.todoist.Todoist" ]; }