refactor: move where packages get added to path

This commit is contained in:
Moritz Böhme 2025-03-12 12:49:56 +01:00
parent 63c2ebb71b
commit a717ad987d
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -24,6 +24,8 @@ in
slurp # region select for wayland (for screensharing)
wdisplays # manage monitors
wl-clipboard # clipboard tool for wayland
wlr-randr
jq
];
# adds pam module for swaylock
@ -105,10 +107,6 @@ in
];
systemdTarget = "niri.service";
};
home.packages = with pkgs; [
wlr-randr
jq
];
services.kanshi = {
enable = true;
systemdTarget = "niri.service";