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,
config,
pkgs,
...
}:
let

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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