update deps

This commit is contained in:
iofq 2023-12-02 19:30:26 -06:00
parent 5b08bc63bc
commit fe3dde6667
11 changed files with 72 additions and 19 deletions

View file

@ -21,6 +21,7 @@
appimage-run
wireguard-tools
spleen
mpv
];
};
imports = ( import ../modules/programs );

View file

@ -7,6 +7,7 @@
overlays = [
(final: prev: {
inherit (inputs.nvim.packages.${final.system}) full;
inherit (inputs.tfa.packages.${final.system}) twofa;
})
];
};

View file

@ -15,6 +15,7 @@
ledger-live-desktop
prismlauncher
chromium
jdk17
];
};
}