Skip to content

Commit

Permalink
Merge pull request #191 from kachick/home-manager-symlinks
Browse files Browse the repository at this point in the history
Manage some symlinks with home-manager
  • Loading branch information
kachick authored Jul 28, 2023
2 parents b395086 + f1e4eb7 commit 801ccab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,15 @@

programs.zoxide.enable = true;

xdg.configFile."git/config".source = ../git/config;
xdg.configFile."irb/irbrc".source = ../irb/irbrc;
xdg.configFile."alacritty/alacritty.yml".source = ../alacritty/alacritty.yml;
xdg.configFile."nushell/config.nu".source = ../nushell/config.nu;
xdg.configFile."nushell/env.nu".source = ../nushell/env.nu;
xdg.configFile."sheldon/plugins.toml".source = ../sheldon/plugins.toml;

# Not under "starship/starship.toml"
xdg.configFile."starship.toml".source = ../starship.toml;

# TODO: Consider to manage nix.conf with home-manager. However it includes`trusted-public-keys`
# nix.package = pkgs.nix;
Expand Down

0 comments on commit 801ccab

Please sign in to comment.