refactor: move where packages get added to path

This commit is contained in:
Moritz Böhme 2025-04-19 13:23:39 +02:00
parent 2bc00493fd
commit 8553e4db82
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -29,6 +29,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
@ -109,10 +111,6 @@ in {
];
systemdTarget = "niri.service";
};
home.packages = with pkgs; [
wlr-randr
jq
];
services.kanshi = {
enable = true;
systemdTarget = "niri.service";