1
0
Fork 0

add spectacle config, add spotify, fix cinny video playback with gstreamer

refactor some stuff to look nicer and have more structure too
This commit is contained in:
Philipp 2025-04-10 19:19:37 +02:00
parent 56a64c1e0e
commit dc99f3d24d
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
15 changed files with 283 additions and 145 deletions

View file

@ -1,15 +1,19 @@
{
lib,
pkgs,
namespace,
...
}:
with lib.${namespace};
{
home.activation.removeBrowserBackups = lib.hm.dag.entryAfter [ "checkLinkTargets" ] ''
if [ -d "/home/philipp/.librewolf/philipp" ]; then
rm -f /home/philipp/.librewolf/philipp/search.json.mozlz4.backup
fi
'';
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
package = pkgs.rose-pine-cursor;
name = "BreezeX-RosePine-Linux";
size = 32;
};
awesome-flake = {
cli-apps = {
fish = enabled;
@ -27,6 +31,7 @@ with lib.${namespace};
chatterino = enabled;
mpv = enabled;
cinny = enabled;
spotify = enabled;
obs = enabled;
kitty = {
enable = true;
@ -41,6 +46,7 @@ with lib.${namespace};
desktop = {
hotkeys = enabled;
panel = enabled;
spectacle = enabled;
};
};
}