···64646565 nixpkgs.config.allowUnfree = true;
66666767- # Home Manager needs a bit of information about you and the paths it should
6868- # manage.
6969- home.username = "willow";
7070- home.homeDirectory = "/home/willow";
7171-7272- # This value determines the Home Manager release that your configuration is
7373- # compatible with. This helps avoid breakage when a new Home Manager release
7474- # introduces backwards incompatible changes.
7575- #
7676- # You should not change this value, even if you update Home Manager. If you do
7777- # want to update the value, then make sure to first check the Home Manager
7878- # release notes.
7979- home.stateVersion = "24.05"; # Please read the comment before changing.
8080-8167 home.activation = {
8268 # https://github.com/philj56/tofi/issues/115#issuecomment-1701748297
8369 regenerateTofiCache = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
···183169 };
184170185171 # Let Home Manager install and manage itself.
186186- programs.home-manager.enable = true;
187172}