feat: Improve the noctalia plugins' settings
This commit is contained in:
parent
12269ba1c6
commit
a9e9916499
2 changed files with 4 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ in {
|
|||
programs.noctalia-shell = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
plugins = toString ./plugins.json;
|
||||
plugins = builtins.fromJSON (builtins.readFile ./plugins.json);
|
||||
settings =
|
||||
lib.recursiveUpdate
|
||||
(builtins.fromJSON (builtins.readFile ./settings.json))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue