mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Remove instance of deprecated types.string
This commit is contained in:
parent
c7f838feae
commit
2c92c45f04
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
in {
|
||||
options.myConfig.de = {
|
||||
theme = lib.mkOption {
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
};
|
||||
wallpaper = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue