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,
outputs,
lib,
config,
pkgs,
username,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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