chore(clean): deadnix pruning
This commit is contained in:
parent
ecaf5df80a
commit
a81feaf5fa
50 changed files with 37 additions and 168 deletions
|
@ -1,11 +1,7 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
{ lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
cfg = config.myShells;
|
||||
in
|
||||
with lib; {
|
||||
imports = [
|
||||
./zsh.nix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: {
|
||||
{ ... }: {
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
4
home-manager/stvnliu/shells/env/default.nix
vendored
4
home-manager/stvnliu/shells/env/default.nix
vendored
|
@ -1,6 +1,4 @@
|
|||
{ pkgs
|
||||
, config
|
||||
, ...
|
||||
{ ...
|
||||
}: {
|
||||
EDITOR = "nvim";
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
{ config
|
||||
, ...
|
||||
}: {
|
||||
programs.zoxide = {
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
, config
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
cfg = config.shell.zsh;
|
||||
in
|
||||
with lib; {
|
||||
options.myShells.zsh = {
|
||||
enable = mkEnableOption "Enables zsh and components.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue