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
git = {

View file

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

View file

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

View file

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

View file

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

View file

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