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";
|
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 =
|
||||||
|
@ -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";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../configuration.nix
|
../configuration.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user