dendritic: add statix for autoCleanup

This commit is contained in:
2026-05-24 12:17:46 +02:00
parent 48b256693a
commit d9c156dcc2
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
{ self, ... }: {
flake.nixosModules.autoCleanup-laptop = {pkgs, ...}: {
flake.nixosModules.autoCleanup-laptop = {pkgs, pkgs-unstable, ...}: {
# Ensure your script is available system-wide
environment.systemPackages = [
self.packages.${pkgs.system}.custom-cleanNix-laptop
pkgs-unstable.statix
];
users.users.tomasr = {
linger = true; # lingering is required