This commit is contained in:
天クマ 2026-03-07 23:16:39 -03:00
commit 6c85108a9c
3 changed files with 58 additions and 12 deletions

View file

@ -11,6 +11,22 @@
services.xserver.windowManager.windowmaker.enable = true;
#services.desktopManager.plasma6.enable = true;
environment.plasma6.excludePackages = with pkgs; [
kdePackages.discover
kdePackages.kcalc
kdePackages.kcharselect
kdePackages.kclock
kdePackages.kcolorchooser
kdePackages.kolourpaint
kdePackages.ksystemlog
kdePackages.sddm-kcm
kdiff3
kdePackages.isoimagewriter
kdePackages.partitionmanager
vlc
];
xdg.terminal-exec.settings.default = [ "kitty.desktop" ];
environment.variables = { TERMINAL = "kitty"; };
@ -18,6 +34,12 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
lutris
ffmpeg
xdg-desktop-portal-wlr
localtunnel
ngrok
cloudflared
nwg-displays
wget
gnupg1
@ -49,6 +71,7 @@
libpulseaudio
dunst # notifications
rofi-pulse-select
wtype
# - #
# -- Userland USB monunting
@ -56,7 +79,6 @@
udiskie
# - #
flatpak
soteria # polkit
# -- Fuse
@ -64,7 +86,7 @@
fuseiso # mounting ISOs
# - #
#westonLite
westonLite
#xwayland
#xwayland-run
#xwayland-satellite
@ -78,7 +100,7 @@
kdePackages.kwallet
kdePackages.kwallet-pam
kdePackages.kwalletmanager
ventoy-full-gtk
#ventoy-full-gtk
qemu
wineWowPackages.stable
winetricks
@ -99,6 +121,16 @@
];
users.users.adrian.packages = with pkgs; [
hydralauncher
ruffle
sticky-notes
soundconverter
nextcloud-client
#android-tools
kdePackages.filelight
#qtscrcpy
scrcpy
#openutau
gscan2pdf
waypipe
rustdesk-flutter
@ -126,13 +158,13 @@
youtube-tui
jellyfin-tui
jellyfin-rpc
vesktop
#vesktop
#android-studio
vscodium-fhs
# androidenv.androidPkgs.tools
# androidenv.androidPkgs.androidsdk
# androidenv.androidPkgs.all.system-images.v36_1.page_size_16kb.x86_64
jetbrains.idea
#jetbrains.idea
kdePackages.gwenview
#kdePackages.partitionmanager
gparted
@ -153,6 +185,8 @@
obs-studio
deluge
libreoffice-qt
polyglot
qpdf
];
programs.steam = {