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