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