New service for end-script.sh

This commit is contained in:
2026-03-04 09:04:32 +01:00
parent 3c9c0e882d
commit 5d9c1c9d05
-6
View File
@@ -703,12 +703,6 @@ 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
'';
})
<<flake-emacs-module>>
<<flake-config-module>>
<<flake-home-module>>