nix: add script to clean up my system

This commit is contained in:
2026-05-18 18:56:01 +02:00
parent be9b959212
commit 2262e91b5a
2 changed files with 71 additions and 0 deletions
+3
View File
@@ -1,5 +1,6 @@
# some options are in ../../hostsModules/laptop/nixos/nixUtils.nix
{
pkgs,
pkgs-unstable,
inputs,
...
@@ -29,5 +30,7 @@
alejandra
vimPluginsUpdater # used for building plugins
nix-index
statix
(pkgs.callPackage ../../hostsModules/laptop/scripts/cleanNix.nix {})
];
}