use feishin instead of strawberry

This commit is contained in:
atagen 2025-07-20 15:02:08 +10:00
parent 1485af5689
commit ce295da1c1
2 changed files with 2 additions and 6 deletions

View file

@ -1,5 +1,4 @@
{
pkgs,
...
}:
{
@ -8,8 +7,4 @@
./home.nix
];
home.packages = builtins.attrValues {
inherit (pkgs) nicotine-plus feishin;
};
}

View file

@ -4,10 +4,11 @@
inherit (pkgs)
mpv
imv
strawberry
resonance
zathura
playerctl
feishin
nicotine-plus
;
};
}