change home directory location for ft home config and neovim shouldn't be here
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs;[
|
||||
neovim
|
||||
dmenu
|
||||
brightnessctl
|
||||
rofi
|
||||
@ -13,6 +12,8 @@
|
||||
mods.x11.enable = true;
|
||||
programs.firefox.enable = false;
|
||||
|
||||
mods.sync.homeFolder = "/sgoinfre/goinfre/Perso/tomoron";
|
||||
|
||||
programs.bash.profileExtra =
|
||||
''
|
||||
export PATH="$HOME/.local/bin:$HOME/.nix-profile/bin:$PATH"
|
||||
|
Reference in New Issue
Block a user