home-manager: add some packages

This commit is contained in:
Johannes Rothe 2024-12-23 18:14:42 +01:00
parent c735356011
commit 6de02a4c32

View File

@ -2,7 +2,9 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
brightnessctl
flameshot flameshot
swaybg
swaylock swaylock
]; ];