Compare commits

..

3 commits

Author SHA1 Message Date
bb6fed0bb1 flake: bump inputs
Some checks failed
ci/woodpecker/push/check Pipeline failed
2024-01-03 14:16:56 +00:00
920493f9c8 flake: add explicit 'systems' input 2024-01-03 14:16:56 +00:00
f2df34079a hosts: nixos: aramis: home: use 'pinentry-rofi'
The GTK2 variant has been removed [1].

[1]: https://github.com/NixOS/nixpkgs/pull/270266
2024-01-03 14:16:56 +00:00

View file

@ -2,7 +2,7 @@
{
my.home = {
# Use graphical pinentry
bitwarden.pinentry = "qt";
bitwarden.pinentry = pkgs.pinentry-rofi;
# Ebook library
calibre.enable = true;
# Some amount of social life
@ -14,7 +14,7 @@
# Blue light filter
gammastep.enable = true;
# Use a small popup to enter passwords
gpg.pinentry = "qt";
gpg.pinentry = pkgs.pinentry-rofi;
# Machine specific packages
packages.additionalPackages = with pkgs; [
element-desktop # Matrix client