about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-13 23:50:00 +0900
committersefidel <contact@sefidel.net>2022-03-13 23:50:00 +0900
commitf3f6f6cc7ff5133148a8aa984a3ec967a4c7f032 (patch)
treed9a046bb0a648c1b50e443823da0f00a0ae78bc6 /home
parentfa7aeb0c544c1b9d8e3ae95fff46852606c7554c (diff)
downloadnixrc-f3f6f6cc7ff5133148a8aa984a3ec967a4c7f032.tar.gz
nixrc-f3f6f6cc7ff5133148a8aa984a3ec967a4c7f032.zip
feat(home/base): set correct theme identifier
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix4
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";