updates
This commit is contained in:
parent
0c6de5fa34
commit
4a3c555907
3 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
arrow-macros
|
||||
alexandria
|
||||
serapeum
|
||||
cffi-libffi
|
||||
]))
|
||||
|
||||
ccl
|
||||
ecl
|
||||
racket
|
||||
|
|
|
@ -39,5 +39,7 @@
|
|||
alsa-lib
|
||||
jdk
|
||||
vulkan-loader
|
||||
libffi.out
|
||||
gcc.out
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue