First commit

This commit is contained in:
2026-02-22 17:28:02 +01:00
parent 7a70268785
commit 6bacf1878e
9011 changed files with 114470 additions and 0 deletions
@@ -0,0 +1,80 @@
{ 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"
];
}