40 current 2024-04-23 17:22:00 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-23 17:22:06 -04:00
parent d301b64001
commit b79c667fb0
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
2 changed files with 16 additions and 45 deletions

View file

@ -56,8 +56,8 @@
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.
home.file = {
"testconfigfile".source = config.lib.file.mkOutOfStoreSymlink ../../dotfiles/testconfigfile;
# ".gitconfig".source = ../../dotfiles/.gitconfig;
# "testconfigfile".source = ../../dotfiles/testconfigfile;
".gitconfig".source = ../../dotfiles/.gitconfig;
# # 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.