remove unneeded inputs to allow deadnix

This commit is contained in:
Callum Leslie 2024-09-05 10:44:38 +01:00 committed by Callum Leslie
parent 152ce6cfd2
commit 57c32c45a0
26 changed files with 21 additions and 110 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
}