Added pre-delete
This commit is contained in:
@@ -703,6 +703,12 @@ We also add a devshell that makes editing this repository easier in emacs.
|
|||||||
package = hyprland.packages.${pkgs.system}.hyprland;
|
package = hyprland.packages.${pkgs.system}.hyprland;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
# cleaning up
|
||||||
|
system.activationScripts.cleanBackup = ''
|
||||||
|
#!${pkgs.runtimeShell}
|
||||||
|
find ${config.home.homeDirectory}/.config -name "*.backup" -delete
|
||||||
|
'';
|
||||||
|
})
|
||||||
<<flake-emacs-module>>
|
<<flake-emacs-module>>
|
||||||
<<flake-config-module>>
|
<<flake-config-module>>
|
||||||
<<flake-home-module>>
|
<<flake-home-module>>
|
||||||
|
|||||||
Reference in New Issue
Block a user