mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
start replacing sops with agenix
This commit is contained in:
parent
719ef1ba91
commit
591c0cd6b5
15 changed files with 61 additions and 17 deletions
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./activation.nix
|
||||
./gpg.nix
|
||||
./sops.nix
|
||||
./vim.nix
|
||||
./nix.nix
|
||||
./tmux.nix
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
la = "ls -a";
|
||||
less = "bat";
|
||||
update = "cd /etc/nixos && nix flake update";
|
||||
mosh = "f() {mosh $1 zsh};f";
|
||||
msh = "f() {mosh $1 zsh};f";
|
||||
};
|
||||
histSize = 100000;
|
||||
histFile = "~/.local/share/zsh/history";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue