Compare commits

..

2 commits

Author SHA1 Message Date
29295650b3 flake: bump inputs
Some checks failed
ci/woodpecker/push/check Pipeline failed
2024-01-03 14:05:46 +00:00
66209435e7 flake: add explicit 'systems' input 2024-01-03 14:05:05 +00:00

View file

@ -2,7 +2,7 @@
{
my.home = {
# Use graphical pinentry
bitwarden.pinentry = pkgs.pinentry-rofi;
bitwarden.pinentry = "gtk2";
# 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 = pkgs.pinentry-rofi;
gpg.pinentry = "gtk2";
# Machine specific packages
packages.additionalPackages = with pkgs; [
element-desktop # Matrix client