Remove unused imports

This commit is contained in:
Oliver Davies 2025-04-09 19:43:48 +01:00
parent cc53407599
commit 3b4b1c4ba4
6 changed files with 3 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{ inputs, username, ... }: { username, ... }:
let let
git = { git = {

View file

@ -1,5 +1,4 @@
{ {
inputs,
modulesPath, modulesPath,
lib, lib,
pkgs, pkgs,

View file

@ -1,5 +1,3 @@
{ inputs, pkgs, ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix

View file

@ -2,8 +2,6 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ inputs, ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { pkgs, ... }:
let let
git = { git = {

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [