This commit is contained in:
Matt Nish-Lapidus 2024-09-29 01:33:45 -04:00
parent 1d803ad57e
commit 29da288914

View file

@ -115,7 +115,8 @@
username = "emenel"; username = "emenel";
homeDirectory = "/home/emenel"; homeDirectory = "/home/emenel";
sessionPath = [ "/home/emenel/.config/emacs/bin" ]; sessionPath = [ "/home/emenel/.config/emacs/bin"
"/home/emenel/.config/fish/functions" ];
stateVersion = "24.05"; stateVersion = "24.05";
}; };
@ -129,11 +130,6 @@
}; };
fish = { fish = {
enable = true; enable = true;
#vendor = {
# completions.enable = true;
# config.enable = true;
# functions.enable = true;
#};
}; };
starship = { starship = {
enable = true; enable = true;
@ -167,9 +163,6 @@
services = { services = {
flatpak.enable = true; flatpak.enable = true;
#tailscale.enable = true;
#mbsync.configFile = ../dotfiles/dot_config/isyncrc;
}; };
xdg.systemDirs.data = [ xdg.systemDirs.data = [
@ -198,4 +191,6 @@
xdg.configFile."emacs".enable = false; xdg.configFile."emacs".enable = false;
home.file.".msmtprc".source = ../dotfiles/dot_msmtprc; home.file.".msmtprc".source = ../dotfiles/dot_msmtprc;
home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc; home.file.".mbsyncrc".source = ../dotfiles/dot_mbsyncrc;
home.file.".local/share/flf".source = ../dotfiles/dot_local/share/flf;
} }