From 93937e5113ee2765602f01ead0f26caf1dd0443b Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 05:22:44 -0800 Subject: [PATCH] omf theme automated --- home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 0a56428..b0a5fed 100644 --- a/home.nix +++ b/home.nix @@ -43,7 +43,11 @@ # # the Nix store. Activating the configuration will then make '~/.screenrc' a # # symlink to the Nix store copy. # ".screenrc".source = dotfiles/screenrc; - + ".local/share/omf/themes/val-cat" = { + enable = true; + source = "./fish/themes/val-cat"; + recursive = true; + }; # # You can also set the file content immediately. # ".gradle/gradle.properties".text = '' # org.gradle.console=verbose