refactor: move where packages get added to path
This commit is contained in:
parent
63c2ebb71b
commit
a717ad987d
1 changed files with 2 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue