newest atuin

This commit is contained in:
Ingolf Wagner 2024-03-04 10:04:27 +01:00
parent b6d944e595
commit 6e39450295
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 14 additions and 4 deletions

View file

@ -6,6 +6,14 @@ in
{ {
config = lib.mkIf config.components.gui.enable { config = lib.mkIf config.components.gui.enable {
programs.chromium.extensions = [
"nngceckbapebfimnlniiiahkandclblb" # bitwarden
"edibdbjcniadpccecjdfdjjppcpchdlm" # I still don't care about cookies
"gcbommkclmclpchllfjekcdonpmejbdp" # https everywhere
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
"dbepggeogbaibhgnhhndojpepiihcmeb" # vimium
];
# overwrite use zram on small RAM systems # overwrite use zram on small RAM systems
fileSystems."/share" = lib.mkDefault { fileSystems."/share" = lib.mkDefault {
device = "tmpfs"; device = "tmpfs";

View file

@ -36,10 +36,12 @@
enable = true; enable = true;
enableBashIntegration = true; enableBashIntegration = true;
enableZshIntegration = true; enableZshIntegration = true;
package = pkgs.atuin.overrideAttrs (_old: { package = pkgs.unstable.atuin;
# as cursed as doing mitigations=off in the kernel command line # todo not needed anymore
patches = [ ./0001-make-atuin-on-zfs-fast-again.patch ]; #package = pkgs.unstable.atuin.overrideAttrs (_old: {
}); # # as cursed as doing mitigations=off in the kernel command line
# patches = [ ./0001-make-atuin-on-zfs-fast-again.patch ];
#});
settings = { settings = {
auto_sync = true; auto_sync = true;
sync_frequency = "5m"; sync_frequency = "5m";