chore: upgrade to NixOS 24.05

This commit is contained in:
Felix Schröter 2024-05-26 11:31:08 +02:00
parent bf90bef6c0
commit a377290326
Signed by: felschr
GPG key ID: 671E39E6744C807D
13 changed files with 36 additions and 32 deletions

View file

@ -26,7 +26,7 @@ in {
meta = with lib; {
homepage = "https://www.zotero.org";
description = "Save references to Zotero from your web browser";
license = licenses.agpl3;
license = licenses.agpl3Plus;
platforms = platforms.all;
};
};

View file

@ -29,7 +29,7 @@
nodePackages.eslint
nodePackages.eslint_d
statix
nixfmt
nixfmt-rfc-style
buf
nodePackages.stylelint
nodePackages.prettier

View file

@ -13,7 +13,6 @@
sshKeys = [ "3C48489F3B0FBB44E72180D4B1D7541C201C9987" ];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryFlavor = "curses";
};
programs.zsh.initExtra = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh

View file

@ -23,7 +23,6 @@ with pkgs; {
sshKeys = [ "8A6213DCDAF86BD3A63549FCFDF71B2C92DAE02C" ];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryFlavor = "gnome3";
};
programs.zsh.initExtra = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
@ -52,7 +51,7 @@ with pkgs; {
# dev & admin
pods
gaphor
# gaphor
# security & privacy
authenticator

View file

@ -29,7 +29,6 @@
];
defaultCacheTtl = 600;
defaultCacheTtlSsh = 600;
pinentryFlavor = "gnome3";
};
programs.zsh.initExtra = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh
@ -63,7 +62,7 @@
# dev & admin
pods
gaphor
# gaphor
# game dev
ldtk
@ -87,7 +86,7 @@
# yubioath-flutter # TODO conflicts with fluffychat
magic-wormhole-rs
warp
onionshare-gui
# onionshare-gui
transmission_4-gtk
qbittorrent
fragments

View file

@ -4,7 +4,9 @@ let shellAliases = import ./aliases.nix;
in {
programs.zsh = {
enable = true;
enableAutosuggestions = true;
# TODO is being renamed again in later 24.05 release
autosuggestion.enable = true;
# autosuggestions.enable = true;
autocd = true;
defaultKeymap = "viins";
history.extended = true;