added playerclt to home-manager, cleaned up nixvim warnings.

This commit is contained in:
Gabe Venberg 2024-10-22 12:16:02 +02:00
parent 1e6a1e3f93
commit 83acb39bbb
2 changed files with 7 additions and 5 deletions

View file

@ -67,5 +67,6 @@ in {
home.packages = with pkgs; [
mpc-cli
playerctl
];
}