change home directory location for ft home config and neovim shouldn't be here

This commit is contained in:
2025-03-13 17:41:41 +01:00
parent f733fa707c
commit ae35f23ee5

View File

@ -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"