diff options
author | sefidel <contact@sefidel.net> | 2022-03-13 23:50:00 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-13 23:50:00 +0900 |
commit | f3f6f6cc7ff5133148a8aa984a3ec967a4c7f032 (patch) | |
tree | d9a046bb0a648c1b50e443823da0f00a0ae78bc6 | |
parent | fa7aeb0c544c1b9d8e3ae95fff46852606c7554c (diff) | |
download | nixrc-f3f6f6cc7ff5133148a8aa984a3ec967a4c7f032.tar.gz nixrc-f3f6f6cc7ff5133148a8aa984a3ec967a4c7f032.zip |
feat(home/base): set correct theme identifier
-rw-r--r-- | home/profiles/base/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index fb381bf..524f602 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -35,8 +35,8 @@ in home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ-AA"; neotheme = { - name = "Jellybeans"; - identifier = "jellybeans"; + name = "Softjelly"; + identifier = "softjelly"; colors = { background = "151515"; |