This commit is contained in:
iFargle 2024-01-02 23:29:29 +09:00
parent b42e101370
commit 119ad6e8c8

View file

@ -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