removed unused imports

This commit is contained in:
Jakub Kropáček 2024-11-11 19:35:08 +01:00
parent 2d366624df
commit 755c55c976
14 changed files with 4 additions and 17 deletions

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: }:
let let

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: }:
let let

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: }:
let let

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: }:
let let

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: }:
let let

View file

@ -3,7 +3,6 @@
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ {
config,
pkgs, pkgs,
inputs, inputs,
... ...

View file

@ -1,7 +1,6 @@
{ {
config, config,
lib, lib,
pkgs,
modulesPath, modulesPath,
... ...
}: }:

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { ... }:
{ {
home.username = "krop"; home.username = "krop";
home.homeDirectory = "/home/krop"; home.homeDirectory = "/home/krop";

View file

@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
inputs, inputs,
... ...

View file

@ -1,7 +1,6 @@
{ {
config, config,
lib, lib,
pkgs,
modulesPath, modulesPath,
... ...
}: }:

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { ... }:
{ {
home.username = "krop"; home.username = "krop";
home.homeDirectory = "/home/krop"; home.homeDirectory = "/home/krop";

View file

@ -3,7 +3,7 @@
pkgs, pkgs,
lib, lib,
... ...
}@inputs: }:
let let
cfg = config.krop.cli; cfg = config.krop.cli;
in in

View file

@ -1,9 +1,6 @@
{ {
config,
pkgs,
lib,
... ...
}@inputs: }:
{ {
imports = [ imports = [
./python.nix ./python.nix

View file

@ -1,6 +1,5 @@
{ {
config, config,
pkgs,
lib, lib,
... ...
}: }: