omf theme automated
This commit is contained in:
parent
71bc549799
commit
93937e5113
1 changed files with 5 additions and 1 deletions
6
home.nix
6
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
|
||||
|
|
Loading…
Reference in a new issue