This commit is contained in:
Matt Nish-Lapidus 2025-06-17 23:32:56 -04:00
parent 0c6de5fa34
commit 4a3c555907
3 changed files with 7 additions and 1 deletions

View file

@ -185,6 +185,7 @@
services = {
hyprlock = { enableGnomeKeyring = true; };
greetd.enableGnomeKeyring = true;
greetd-password.enableGnomeKeyring = true;
niri.enableGnomeKeyring = true;
};
};
@ -246,7 +247,7 @@
vSync = true;
};
programs.ssh.startAgent = true;
# programs.ssh.startAgent = true;
programs.npm = {
enable = true;
@ -335,6 +336,7 @@
services.flatpak.enable = true;
services.dbus.implementation = "broker";
services.dbus.packages = [ pkgs.gnome-keyring pkgs.gcr ];
#programs.gnupg.enable = true;
programs.git.enable = true;

View file

@ -11,7 +11,9 @@
arrow-macros
alexandria
serapeum
cffi-libffi
]))
ccl
ecl
racket

View file

@ -39,5 +39,7 @@
alsa-lib
jdk
vulkan-loader
libffi.out
gcc.out
];
}