Skip to content

Commit

Permalink
Drop to depend home.nix outside of this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 31, 2023
1 parent 082c426 commit 85d3d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion home/.config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
# - Prefer XDG_*
# - If can't write the reason as a comment

xdg.configFile."home-manager/home.nix".source = ./home.nix;
# Actually cannot use this dir and home.nix 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
1 change: 0 additions & 1 deletion home/.local/share/homemade/bin/updeps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ darwin*)
esac

nix-channel --update
home-manager switch

if command -v rtx; then
rtx self-update
Expand Down

0 comments on commit 85d3d44

Please sign in to comment.