chore: split off package and program opts
This commit is contained in:
parent
a29235acb6
commit
83c26c1e31
4 changed files with 20 additions and 0 deletions
8
home-manager/stvnliu/packages/wayland-utils.nix
Normal file
8
home-manager/stvnliu/packages/wayland-utils.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [wl-clipboard];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue