non important commit

This commit is contained in:
benstrb 2026-01-25 18:31:15 +01:00
parent d153572a43
commit 8d7813c515
2 changed files with 3 additions and 5 deletions

View file

@ -18,7 +18,6 @@
outputs = inputs @ {
self,
nixpkgs,
niri-flake,
home-manager,
...
}: {
@ -33,9 +32,6 @@
useUserPackages = true;
useGlobalPkgs = true;
users.benag = ./home/home.nix;
sharedModules = [
niri-flake.homeModules.niri
];
};
}
];