goodbye comments

main
Zynh Ludwig 2024-02-28 19:35:44 -08:00
parent 524fafc36c
commit ca2b59c942
1 changed files with 0 additions and 9 deletions

View File

@ -42,20 +42,11 @@
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.
home.file = {
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
# # symlink to the Nix store copy.
# ".screenrc".source = dotfiles/screenrc;
"${config.xdg.dataHome}/omf/themes/val-cat" = {
enable = true;
source = config.lib.file.mkOutOfStoreSymlink /. + "${config.xdg.configHome}/nixos/fish/themes/val-cat";
recursive = true;
};
# # You can also set the file content immediately.
# ".gradle/gradle.properties".text = ''
# org.gradle.console=verbose
# org.gradle.daemon.idletimeout=3600000
# '';
};
home.sessionVariables = {