diff --git a/.envrc b/.envrc index fad5073..cbf869b 100644 --- a/.envrc +++ b/.envrc @@ -2,5 +2,6 @@ dotenv_if_exists .env.local +nix_direnv_manual_reload use flake diff --git a/components/hm/direnv.nix b/components/hm/direnv.nix index 008f82a..78fc543 100644 --- a/components/hm/direnv.nix +++ b/components/hm/direnv.nix @@ -3,6 +3,7 @@ programs.direnv = { enable = true; enableZshIntegration = true; + nix-direnv.enable = true; config = { nix-direnv = true; global = { @@ -11,7 +12,10 @@ hide_env_diff = true; }; whitelist = { - prefix = [ "~/projects" ]; + prefix = [ + "~/projects" + "~/.config" + ]; }; }; }; diff --git a/components/hm/tmux/tmux-reset.conf b/components/hm/tmux/tmux-reset.conf index 8c1ef2c..96434e3 100644 --- a/components/hm/tmux/tmux-reset.conf +++ b/components/hm/tmux/tmux-reset.conf @@ -6,7 +6,7 @@ bind C-Space send-prefix # bind -r p previous-window # bind -r n next-window bind -r & kill-window -bind c new-window -c "#{pane_current_path}" +bind c new-window -a -c "#{pane_current_path}" bind ',' command-prompt "rename-window %%" bind "\|" split-window -h -c "#{pane_current_path}" bind "\\" split-window -v -c "#{pane_current_path}" diff --git a/hosts/lio/containers.nix b/hosts/lio/containers.nix index 8456969..7eb2ea6 100644 --- a/hosts/lio/containers.nix +++ b/hosts/lio/containers.nix @@ -12,7 +12,7 @@ imports = [ ./containers/tests.nix ./containers/librechat.nix - ./containers/affine.nix + # ./containers/affine.nix ]; config = { diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index 5022ec8..02f2fa2 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -204,11 +204,11 @@ }, "mod_nebula": { "locked": { - "lastModified": 1735839301, - "narHash": "sha256-f2JlNaCrA3BA8fPT0uThiuiIZX5ehDe0lPlSLL/QMgY=", + "lastModified": 1737504380, + "narHash": "sha256-fCUUWkXAzsJDdZuGoG4GhAMdGld4J8cvDtzo6SlB9Dg=", "ref": "mod_nebula", - "rev": "38c50b65c66740566b39529bbd91624b01b6ea2a", - "revCount": 3, + "rev": "70cea59e9f1f750fd0aee8cde8cd54aee8601336", + "revCount": 5, "type": "git", "url": "https://git.joshuabell.xyz/dotfiles" }, @@ -305,11 +305,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1736916166, - "narHash": "sha256-puPDoVKxkuNmYIGMpMQiK8bEjaACcCksolsG36gdaNQ=", + "lastModified": 1737885640, + "narHash": "sha256-GFzPxJzTd1rPIVD4IW+GwJlyGwBDV1Tj5FLYwDQQ9sM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e24b4c09e963677b1beea49d411cd315a024ad3a", + "rev": "4e96537f163fad24ed9eb317798a79afc85b51b7", "type": "github" }, "original": {