update to 25.05

This commit is contained in:
Joakim Repomaa
2025-06-11 00:26:49 +03:00
parent 584380ef7f
commit e2c8ba9c3a
8 changed files with 15 additions and 31 deletions

View File

@@ -7,7 +7,6 @@
...
}:
{
nixpkgs.config.allowUnfree = true;
imports = [
../gnome
../custom-programs
@@ -206,7 +205,7 @@
save = 100000;
size = 100000;
};
initExtra = ''
initContent = ''
. "${config.xdg.configHome}/zsh/init"
'';
};
@@ -552,7 +551,7 @@
services.gpg-agent = with pkgs; {
enable = true;
enableSshSupport = true;
pinentryPackage = pinentry-gnome3;
pinentry.package = pinentry-gnome3;
};
programs.gpg.scdaemonSettings = {

View File

@@ -37,7 +37,7 @@ in
config = lib.mkIf cfg.enable {
home.packages = [ client ];
home.shellAliases.dn = "dnote";
programs.zsh.initExtra = ''
programs.zsh.initContent = ''
fpath=(${completion}/lib/dnote/zsh-completion/completions $fpath)
'';
};