remove unused imports

This commit is contained in:
Salar Rahmanian 2024-11-10 11:32:54 -08:00
parent ed6a9a88bf
commit 4aaca19c8c
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
myverbs = [
{

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
gitConfig = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
let
tmuxConfig = builtins.readFile ./tmux.conf;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
let
myExtensions = with pkgs.vscode-extensions; [

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
let
weztermConfig = builtins.readFile ./wezterm.lua;