configuring
This commit is contained in:
parent
8c52dad480
commit
a4520fcaac
14 changed files with 1767 additions and 14 deletions
|
@ -96,9 +96,11 @@
|
|||
username = "emenel";
|
||||
homeDirectory = "/home/emenel";
|
||||
|
||||
sessionPath = [ "/home/emenel/.config/emacs/bin" ];
|
||||
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
|
||||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
direnv = {
|
||||
|
@ -149,17 +151,5 @@
|
|||
};
|
||||
|
||||
xdg.configFile."emacs".enable = false;
|
||||
home.file.".config/doom".enable = false;
|
||||
|
||||
|
||||
# xdg.dataFile."share/flf".source = ../dotfiles/dot_local/flf;
|
||||
|
||||
|
||||
#xdg.configFile."fish/functions/ll.fish".source = ../dotfiles/dot_config/fish/functions/ll.fish;
|
||||
#xdg.configFile."fish/functions/la.fish".source = ../dotfiles/dot_config/fish/functions/la.fish;
|
||||
#xdg.configFile."fish/functions/lg.fish".source = ../dotfiles/dot_config/fish/functions/lg.fish;
|
||||
xdg.configFile."fish/functions/ls.fish".source = ../dotfiles/dot_config/fish/functions/ls.fish;
|
||||
#xdg.configFile."fish/functions/sbcl.fish".source = ../dotfiles/dot_config/fish/functions/sbcl.fish;
|
||||
#xdg.configFile."fish/functions/pullall.fish".source = ../dotfiles/dot_config/fish/functions/pullall.fish;
|
||||
|
||||
home.file.".config/doom".src = ../dotfiles/dot_config/doom;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue