🐛 fix bsp-layout

dev-docs
Moritz Böhme 2022-08-31 19:58:12 +02:00
parent 270623ea17
commit 9d9328d499
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 9 additions and 1 deletions

View File

@ -73,7 +73,15 @@ in
}; };
}; };
home.packages = with pkgs; [ feh playerctl pamixer brightnessctl bsp-layout ]; home.packages = with pkgs; [
bc # HACK to get bsp-layout to work
brightnessctl
bsp-layout
feh
pamixer
playerctl
synology-drive-client
];
}; };
}; };
} }