refactor(module): move shell configuration to common modules
This commit is contained in:
parent
11b1410d2c
commit
70347dd40b
4 changed files with 37 additions and 7 deletions
modules/nixos/common/kernel
|
@ -19,7 +19,7 @@ in {
|
|||
options.${namespace}.common.kernel = {
|
||||
enable = mkEnableOption "Modify the standard kernel settings";
|
||||
version = mkOption {
|
||||
type = lib.types.str;
|
||||
type = types.str;
|
||||
default = "linuxPackages_latest";
|
||||
example = "linuxPackages_latest";
|
||||
description = "Set the kernel version to be used by your system";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue