remove all unecessary imports for cleaner code :)

This commit is contained in:
Lillian Violet 2024-10-28 00:17:05 +01:00
parent 441a7dcb60
commit 415903451f
74 changed files with 52 additions and 390 deletions

View file

@ -1,11 +1,4 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./shell/helix
./shell/zellij

View file

@ -1,8 +1,4 @@
{
lib,
pkgs,
...
}: {
{pkgs, ...}: {
programs.bat = {
enable = true;
extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];

View file

@ -1,4 +1,4 @@
{lib, ...}: {
{...}: {
programs.eza = {
enable = true;
enableZshIntegration = true;

View file

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}: let
{pkgs, ...}: let
yazi =
pkgs.writeText "open_in_helix_from_yazi.zsh"
''

View file

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}: {
{...}: {
programs.hyfetch = {
enable = true;
settings = {

View file

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

View file

@ -1,11 +1,4 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
{pkgs, ...}: {
programs.zoxide = {
enable = true;
};