add agenix
This commit is contained in:
parent
3fa51bdbd3
commit
e6bc1d2f87
9 changed files with 152 additions and 38 deletions
|
|
@ -29,7 +29,6 @@ let
|
|||
|
||||
decoration {
|
||||
rounding=5
|
||||
multisample_edges=true
|
||||
active_opacity=0.93
|
||||
inactive_opacity=0.93
|
||||
fullscreen_opacity=1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
age.secrets.env = {
|
||||
file = ../../secrets/env.age;
|
||||
owner = "glen";
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh = {
|
||||
enable = true;
|
||||
|
|
@ -25,9 +30,10 @@
|
|||
#${pkgs.nitch}/bin/nitch
|
||||
|
||||
#eval "$(direnv hook zsh)"
|
||||
eval "$(atuin init zsh)"
|
||||
clear
|
||||
pfetch
|
||||
eval "$(atuin init zsh)"
|
||||
clear
|
||||
pfetch
|
||||
source ${config.age.secrets.env.path}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue