add zsh-nix-shell plugin, extend palatine-hill gc

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-19 14:17:41 -04:00 committed by Alice Huston
parent 758ebf1d45
commit 597859aabd
3 changed files with 5 additions and 3 deletions

View File

@ -223,6 +223,8 @@ in
system.autoUpgrade.flake = "github:ahuston-0/nix-dotfiles-hydra"; system.autoUpgrade.flake = "github:ahuston-0/nix-dotfiles-hydra";
gc.options = "--delete-older-than 150d";
sops = { sops = {
defaultSopsFile = ./secrets.yaml; defaultSopsFile = ./secrets.yaml;
secrets = secrets =

View File

@ -1,4 +1,4 @@
{ pkg, ... }: { pkgs, ... }:
{ {
programs.zsh = { programs.zsh = {
@ -24,7 +24,7 @@
{ {
name = "zsh-nix-shell"; name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh"; file = "nix-shell.plugin.zsh";
src = pkg.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "chisui"; owner = "chisui";
repo = "zsh-nix-shell"; repo = "zsh-nix-shell";
rev = "v0.8.0"; rev = "v0.8.0";

View File

@ -1,4 +1,4 @@
{ config, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
../configuration.nix ../configuration.nix