- Changed jetbrains ides to jetbrains toolbox to get more up to date versions

- Create a new Stylix module with wallpaper and font configuration
- Integrate Waybar into Niri
- Changed Discord application  to Vesktop
- Enable Waydroid virtualization
This commit is contained in:
2025-12-08 10:50:50 +01:00
parent 616d40d98c
commit b0b59b2413
23 changed files with 532 additions and 560 deletions

View File

@ -4,8 +4,7 @@
#Essentials (CLI Only)
wget #A tool for quickly downloading things from the Web
micro-with-xclip #Micro text editor with xclip for clipboard
thefuck #Error correction in case commands are wrong. Type: 'fuck'
jdk23 #Java Development Kit 23
javaPackages.compiler.openjdk25 #Java Development Kit 23
python312 #Python 3.12
python312Packages.pip #Pip for Python 3.12
python312Packages.cmake #The CMake tool to manage project build configurations
@ -38,8 +37,9 @@
#Programming
#jetbrains.pycharm-community #The PyCharm IDE to edit Python code
jetbrains.idea-community #The IntelliJ IDE to edit Java code
#jetbrains.idea-community #The IntelliJ IDE to edit Java code
#jetbrains.clion #The CLion IDE to edit and compile c/c++ code
jetbrains-toolbox
#racket #The racket Programming language, with DrRacket IDE, for University (*Not* because it's my favourite)
rustup #Rust Programming Toolchain
#go #Go Programming Language
@ -55,7 +55,7 @@
#Desktop Applications
drawio
jetbrains.datagrip
#jetbrains.datagrip
ryubing
vlc
#steam
@ -68,10 +68,11 @@
rpi-imager
kdePackages.yakuake
#atlauncher
discord
#discord
vesktop
wineWowPackages.stagingFull
winetricks
#whatsapp-for-linux
wasistlos #Whatsapp
#obs-studio
#i2p
gparted #Disk partition Manager
@ -88,6 +89,8 @@
libreoffice-still
kdePackages.kservice
qbittorrent
waydroid #Android
grim
#CLI tools
pdftk
@ -110,21 +113,21 @@
"dotnet-runtime-6.0.36"
];
# services.flatpak = {
# enable = false;
#
# remotes = [
# {
# name = "flathub";
# location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
# }
# ];
# packages = [
# {
# appId = "org.vinegarhq.Sober";
# origin = "flathub";
# #commit = "e28fd81675b0871614ccdc8fc66c6da6761dd11333a65900a0451edf07ef0ea6";
# }
# ];
# };
services.flatpak = {
enable = true;
remotes = [
{
name = "flathub";
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
}
];
packages = [
{
appId = "org.vinegarhq.Sober";
origin = "flathub";
#commit = "e28fd81675b0871614ccdc8fc66c6da6761dd11333a65900a0451edf07ef0ea6";
}
];
};
}