fix .profile being linked twice

This commit is contained in:
Julian Mutter 2024-01-30 19:31:32 +01:00
parent 9a446de39e
commit eb8601d2ac

View File

@ -80,8 +80,6 @@
VISUAL = "nvim";
};
home.file = { ".profile".source = ../i3/.profile; };
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}