diff options
Diffstat (limited to 'home/default.nix')
| -rw-r--r-- | home/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index ebf4956..21dbf53 100644 --- a/home/default.nix +++ b/home/default.nix @@ -224,9 +224,10 @@ in }; settings = { auto_sync = true; + style = "compact"; sync_address = "https://atuin.tammi.cc"; sync_frequency = "5m"; - style = "compact"; + update_check = false; workspaces = true; }; }; @@ -264,10 +265,10 @@ in installVimSyntax = true; enableFishIntegration = true; settings = { + copy-on-select = true; font-family = "Iosevka Nerd Font"; font-size = 12; mouse-hide-while-typing = true; - copy-on-select = true; theme = "nord"; }; themes = { |
