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 = {
|
||||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||
script = ''
|
||||
whoami
|
||||
id
|
||||
|
@ -62,7 +62,7 @@
|
|||
};
|
||||
dark-theme = {
|
||||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||
script = ''
|
||||
whoami
|
||||
id
|
||||
|
|
Loading…
Reference in a new issue