add zsh-nix-shell plugin, extend palatine-hill gc
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
758ebf1d45
commit
597859aabd
@ -223,6 +223,8 @@ in
|
||||
|
||||
system.autoUpgrade.flake = "github:ahuston-0/nix-dotfiles-hydra";
|
||||
|
||||
gc.options = "--delete-older-than 150d";
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets =
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkg, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
programs.zsh = {
|
||||
@ -24,7 +24,7 @@
|
||||
{
|
||||
name = "zsh-nix-shell";
|
||||
file = "nix-shell.plugin.zsh";
|
||||
src = pkg.fetchFromGitHub {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "chisui";
|
||||
repo = "zsh-nix-shell";
|
||||
rev = "v0.8.0";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../configuration.nix
|
||||
|
Loading…
x
Reference in New Issue
Block a user