diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-17 09:49:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-17 12:26:19 +0900 |
| commit | 33855381422932a208fa412bd4a96c0905aafdf1 (patch) | |
| tree | 070feaa36174174fb52ebdbfc76bd24d41a71084 /nixos.nix | |
| parent | 24618ab9a1524e8b8986a9bf67667288e642fcf1 (diff) | |
nix: clean up flake outputs
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +packages: { lib, pkgs, @@ -26,7 +27,7 @@ let in { - imports = [ ./options.nix ]; + imports = [ (import ./options.nix packages) ]; config = mkIf cfg.enable { security.wrappers.fsu = { |
