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 = {
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