Impermanence: Difference between revisions

imported>Klaymore
Home Manager module uses Fuse mounts not bind mounts. Added more Plasma files to persist
imported>Klaymore
m Replaced $USERNAME with <username> so that it's not confused with normal variables
Line 81: Line 81:


   # Home Manager config goes in here
   # Home Manager config goes in here
   home-manager.users.$USERNAME = {
   home-manager.users.<username> = {
     home.homeDirectory = "/home/$USERNAME";
     home.homeDirectory = "/home/<username>";
     imports = [ "${impermanence}/home-manager.nix" ];
     imports = [ "${impermanence}/home-manager.nix" ];


     programs = {
     programs = {
       home-manager.enable = true;
       home-manager.enable = true;
       git = {  # can use home-manager normally as well as with persistence
       git = {  # can use home-manager normally as well as with persistence
         enable = true;
         enable = true;