diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index b37351d1a..e936db885 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -703,6 +703,12 @@ We also add a devshell that makes editing this repository easier in emacs. package = hyprland.packages.${pkgs.system}.hyprland; }; }) + # cleaning up + system.activationScripts.cleanBackup = '' + #!${pkgs.runtimeShell} + find ${config.home.homeDirectory}/.config -name "*.backup" -delete + ''; + }) <> <> <>