remove unused imports

This commit is contained in:
2024-03-03 02:35:55 +05:30
parent ef89207879
commit c452904baa
11 changed files with 4 additions and 28 deletions

View File

@ -1,7 +1,6 @@
{ {
inputs, inputs,
outputs, outputs,
lib,
config, config,
pkgs, pkgs,
username, username,

View File

@ -1,9 +1,7 @@
{ {
config, config,
outputs, outputs,
lib,
pkgs, pkgs,
inputs,
username, username,
... ...
}: { }: {

View File

@ -1,6 +1,4 @@
{ {
config,
lib,
pkgs, pkgs,
inputs, inputs,
username, username,

View File

@ -1,7 +1,5 @@
{ {
inputs,
outputs, outputs,
lib,
config, config,
pkgs, pkgs,
username, username,

View File

@ -1,6 +1,5 @@
{ {
pkgs, pkgs,
inputs,
username, username,
... ...
}: { }: {

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
lib,
pkgs,
...
}: {
programs = { programs = {
waybar = { waybar = {
enable = true; enable = true;

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
inputs,
pkgs,
...
}: {
# fix nvchad # fix nvchad
# xdg.configFile."nvim" = { # xdg.configFile."nvim" = {
# source = "${pkgs.nvchad}"; # source = "${pkgs.nvchad}";

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
config,
pkgs,
...
}: {
services.picom = { services.picom = {
enable = true; enable = true;
package = pkgs.picom-next; package = pkgs.picom-next;

View File

@ -1,4 +1,4 @@
{pkgs, ...}: { {...}: {
programs = { programs = {
waybar = { waybar = {
enable = true; enable = true;

View File

@ -1,9 +1,6 @@
{ {
inputs,
outputs,
lib, lib,
pkgs, pkgs,
username,
... ...
}: { }: {
services = { services = {

View File

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