modules/packages: init
This commit is contained in:
parent
ed8bf890ee
commit
ea50dc7261
3 changed files with 45 additions and 0 deletions
13
modules/packages/wayland.nix
Normal file
13
modules/packages/wayland.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lig,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
in {
|
||||
# These are packages I only need in wayland environments, nowhere else.
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
grimblast
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue