Renamed specialisations. Started configuring hyprpaper and hyprlock

This commit is contained in:
2025-11-21 09:23:30 +01:00
parent ee522bd869
commit 27d3b1cae1
11 changed files with 140 additions and 90 deletions

View File

@ -48,6 +48,7 @@
nodejs_22
#Desktop Applications
ryubing
vlc
#steam
#heroic
@ -71,11 +72,13 @@
eddie #AirVPN desktop client
chromium #For Youtube app to work
kdePackages.bluez-qt
#latte-dock
moonlight-qt
kitty
tdrop
wmctrl #To Force windows into fullscreen
kdePackages.dolphin
persepolis #Download Manager
libreoffice-still
#CLI tools
pdftk
@ -96,21 +99,21 @@
"dotnet-runtime-6.0.36"
];
services.flatpak = {
enable = true;
remotes = [
{
name = "flathub";
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
}
];
packages = [
{
appId = "org.vinegarhq.Sober";
origin = "flathub";
#commit = "e28fd81675b0871614ccdc8fc66c6da6761dd11333a65900a0451edf07ef0ea6";
}
];
};
# services.flatpak = {
# enable = false;
#
# remotes = [
# {
# name = "flathub";
# location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
# }
# ];
# packages = [
# {
# appId = "org.vinegarhq.Sober";
# origin = "flathub";
# #commit = "e28fd81675b0871614ccdc8fc66c6da6761dd11333a65900a0451edf07ef0ea6";
# }
# ];
# };
}