greetd: use proper package for greetd
This commit is contained in:
parent
52d35e019d
commit
4d957a817a
23 changed files with 484 additions and 373 deletions
11
nix/modules/boot_params.nix
Normal file
11
nix/modules/boot_params.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, ... }: {
|
||||
options.programs.boot = {
|
||||
boot_params = lib.mkOption {
|
||||
default = [ ];
|
||||
example = [ "resume=something" ];
|
||||
description = ''
|
||||
Boot params
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue