newest atuin
This commit is contained in:
parent
b6d944e595
commit
6e39450295
2 changed files with 14 additions and 4 deletions
|
@ -6,6 +6,14 @@ in
|
|||
{
|
||||
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
|
||||
fileSystems."/share" = lib.mkDefault {
|
||||
device = "tmpfs";
|
||||
|
|
|
@ -36,10 +36,12 @@
|
|||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
package = pkgs.atuin.overrideAttrs (_old: {
|
||||
# as cursed as doing mitigations=off in the kernel command line
|
||||
patches = [ ./0001-make-atuin-on-zfs-fast-again.patch ];
|
||||
});
|
||||
package = pkgs.unstable.atuin;
|
||||
# todo not needed anymore
|
||||
#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 = {
|
||||
auto_sync = true;
|
||||
sync_frequency = "5m";
|
||||
|
|
Loading…
Reference in a new issue