Compare commits

..

No commits in common. "c92011bb81af0217919554aa0cc0384dc203eb07" and "126059e9ed8163bafd489e3d2a3a4df796f6d96c" have entirely different histories.

14 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,8 @@ in
switch-home = "home-manager switch -b backup --flake ${config.home.homeDirectory}/.dotfiles#$USER@$(hostname -s)";
};
shellInit = "source ${config.home.homeDirectory}/.nix-profile/etc/profile.d/nix.fish";
interactiveShellInit =
# Open command buffer in vim when alt+e is pressed
''