chore: NixOS | cleanup unused vars and references

This commit is contained in:
2025-01-31 16:48:48 +05:00
parent 17a31970dd
commit 699511e864
3 changed files with 9 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports = [(modulesPath + "/installer/scan/not-detected.nix")];