treewide: upstreaming changes

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-24 20:48:35 +03:00
parent d159232b37
commit e4e1b03c7e
No known key found for this signature in database
160 changed files with 3408 additions and 5474 deletions

View file

@ -20,6 +20,7 @@ in {
sessionType = lib.mkOption {
type = lib.types.enum [
"DWL"
"Sway"
"River"
"Hyprland"
@ -40,16 +41,17 @@ in {
[
vesktop
nekoray
ayugram
anki-bin
obsidian
playerctl
monero-gui
mindustry
bitwarden
lan-mouse
parsec-bin
pwvucontrol
easyeffects
ayugram
element-desktop
hyprpolkitagent
freesm-launcher
@ -63,10 +65,10 @@ in {
cfg.sessionType == "Sway"
) [
swaykbdd
sway-contrib.grimshot
sway-contrib.inactive-windows-transparency
autotiling-rs
sway-audio-idle-inhibit
sway-contrib.grimshot
sway-contrib.inactive-windows-transparency
]
++ lib.optionals (
cfg.sessionType == "River"
@ -78,7 +80,7 @@ in {
++ lib.optionals (
cfg.sessionType == "Hyprland"
) [
hyprpanel
inputs.noctalia.packages.${system}.default
grimblast
];
};
@ -90,10 +92,12 @@ in {
fuzzel.enable = true;
ghostty.enable = true;
firefox.enable = true;
alacritty.enable = true;
};
services = with lib.mkDefault; {
hyprpaper.enable = true;
kdeconnect.enable = true;
};
};