3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

morn: add miniflux

This commit is contained in:
2025-07-06 23:59:16 +02:00
parent c9efb5c1dd
commit eb4b58bed7
5 changed files with 71 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
sops
gnupg
sops
ssh-to-age
];
}