feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-25 01:06:11 +05:30
parent 4e06cdb9c3
commit 9f213cc268
5 changed files with 30 additions and 4 deletions

View File

@@ -5,5 +5,6 @@
}: {
home.packages = lib.optionals pkgs.stdenv.isLinux [
pkgs.jellyflix
pkgs.jellyfin-media-player
];
}

View File

@@ -9,7 +9,7 @@
xdg.configFile = {
"swaync/style.css".text = ''
.floating-notifications {
background: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.0);
}
'';
};