From 7d822831cf43279c5745d11f34e3fb35054cee50 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 22 Dec 2023 11:11:52 -0500 Subject: [PATCH] Updates --- .envrc | 6 +++--- nix/home-manager/modules/packages/default.nix | 10 ++++++++-- zellij/config.kdl | 2 ++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.envrc b/.envrc index 42366c9..261b570 100644 --- a/.envrc +++ b/.envrc @@ -2,9 +2,9 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8=" fi -nix_direnv_watch_file devenv.nix -nix_direnv_watch_file devenv.lock -nix_direnv_watch_file devenv.yaml +watch_file devenv.nix +watch_file devenv.lock +watch_file devenv.yaml if ! use flake . --impure then echo "devenv could not be build. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2 diff --git a/nix/home-manager/modules/packages/default.nix b/nix/home-manager/modules/packages/default.nix index 5c2b932..a9571c7 100644 --- a/nix/home-manager/modules/packages/default.nix +++ b/nix/home-manager/modules/packages/default.nix @@ -9,7 +9,7 @@ if isLinux # include gping because of open bug then [pkgs.zsh pkgs.racket pkgs.gping pkgs.mold] - else []; + else [pkgs.keka]; in { imports = [ ./emacs.nix @@ -29,11 +29,12 @@ in { clipboard-jh colima curl + docker-client dogdns erdtree fd ffmpeg_6 - gawk + gawkInteractive git-credential-1password gnugrep gnused @@ -49,12 +50,17 @@ in { magic-wormhole-rs ncdu ov + parallel pdm poetry ripgrep rsync sqlite + tmux + # vscode-fhs yt-dlp + zenith + # zoom-us zstd ] ++ systemSpecificPackages; diff --git a/zellij/config.kdl b/zellij/config.kdl index 6d3233b..89094db 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -293,6 +293,8 @@ keybinds clear-defaults=true { // pane_frames false +session_serialization false + // Choose the theme that is specified in the themes section. // Default: default //