Skip to content

Commit

Permalink
Do not alias home.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 31, 2023
1 parent 85d3d44 commit 9c6cb72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home/.config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@
# - Prefer XDG_*
# - If can't write the reason as a comment

# Actually cannot use this dir and home.nix because of using many relative dirs
# Do not alias home.nix into `xdg.configFile`, it actually cannot be used because of using many relative dirs
# So you should call `home-manager switch` with `-f ~/repos/dotfiles/home.nix`
xdg.configFile."home-manager".source = ./.;
xdg.configFile."git/config".source = ../git/config;
xdg.configFile."alacritty/alacritty.yml".source = ../alacritty/alacritty.yml;

Expand Down

0 comments on commit 9c6cb72

Please sign in to comment.