test
This commit is contained in:
parent
b42e101370
commit
119ad6e8c8
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
};
|
};
|
||||||
light-theme = {
|
light-theme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||||
script = ''
|
script = ''
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
};
|
};
|
||||||
dark-theme = {
|
dark-theme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||||
script = ''
|
script = ''
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
|
|
Loading…
Reference in a new issue