forked from fabian/nix_config
add fixes in order to be compatible with 24.11
This commit is contained in:
parent
b9087c333b
commit
bd18abd3e8
7 changed files with 15 additions and 18 deletions
|
@ -25,10 +25,10 @@ in {
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
|
||||
|
||||
enableZshIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
|
||||
|
||||
enableExtraSocket = true;
|
||||
enableSshSupport = true;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs
|
||||
pkgs,
|
||||
}: ''
|
||||
# The following lines were added by compinstall
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue