feat: add sops, nitrokey support, update deps

* add `.sops.yaml`, secrets, pgp keys
* add nitrokey + smartcard pkgs, udev rules
* update flake inputs
* comment out ollama-cuda
This commit is contained in:
Thiago Sposito 2025-09-24 00:48:23 -03:00
parent 0f49cae653
commit 2a8494b24b
Signed by: thiago
GPG key ID: 3065EA73A976D430
9 changed files with 31 additions and 16 deletions

View file

@ -35,9 +35,11 @@
libinput
nerd-fonts.fira-code
nil
nitrokey-app2
nixd
nixpkgs-fmt
nixfmt-rfc-style
nodejs_20
nordic
obsidian
pinentry-curses

View file

@ -11,7 +11,6 @@
pkg:
builtins.elem (lib.getName pkg) [
"code-cursor"
"ollama-cuda"
"steam-original"
"steam-run"
"steam"
@ -20,7 +19,6 @@
home.packages = with pkgs; [
heroic
ollama-cuda
steam
];
}

View file

@ -17,6 +17,7 @@
initContent = ''
eval "$(direnv hook zsh)"
export GPG_TTY=$(tty)
export EDITOR="nvim -n -c 'set noswapfile nobackup nowritebackup'"
'';
shellAliases = {