chore(clean): deadnix pruning

This commit is contained in:
Zhongheng Liu 2025-01-08 14:24:09 +02:00
commit a81feaf5fa
Signed by: steven
GPG key ID: 805A28B071DAD84B
50 changed files with 37 additions and 168 deletions

View file

@ -1,11 +1,7 @@
{ pkgs
, lib
{ lib
, config
, ...
}:
let
cfg = config.myShells;
in
with lib; {
imports = [
./zsh.nix

View file

@ -1,4 +1,4 @@
{ config, ... }: {
{ ... }: {
programs = {
direnv = {
enable = true;

View file

@ -1,6 +1,4 @@
{ pkgs
, config
, ...
{ ...
}: {
EDITOR = "nvim";
}

View file

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

View file

@ -1,6 +1,4 @@
{ pkgs
, config
, lib
{ config
, ...
}: {
programs.zoxide = {

View file

@ -3,9 +3,6 @@
, config
, ...
}:
let
cfg = config.shell.zsh;
in
with lib; {
options.myShells.zsh = {
enable = mkEnableOption "Enables zsh and components.";