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 {
|
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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue