chore: upgrade to NixOS 24.05
This commit is contained in:
parent
bf90bef6c0
commit
a377290326
13 changed files with 36 additions and 32 deletions
home
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
nodePackages.eslint
|
||||
nodePackages.eslint_d
|
||||
statix
|
||||
nixfmt
|
||||
nixfmt-rfc-style
|
||||
buf
|
||||
nodePackages.stylelint
|
||||
nodePackages.prettier
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue