diff --git a/dot_config/flake/flake.lock b/dot_config/flake/flake.lock index f1dae77..5596c99 100644 --- a/dot_config/flake/flake.lock +++ b/dot_config/flake/flake.lock @@ -56,15 +56,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1734364874, - "narHash": "sha256-KfIjyrDcWWmCrS+XKw4ZeUnCjKLYZ1cZZ2F1NvG6m5Y=", + "lastModified": 1735933851, + "narHash": "sha256-xN5pImisRyD4cnkUkc9uJeyeeex2dyZWeJugjoLjqyI=", "owner": "helix-editor", "repo": "helix", - "rev": "99fdbce566434a8fc823a28a8c1cccbb743a5ade", + "rev": "dabfb6ceeae1da57fb93efcd254e917db49655e6", "type": "github" }, "original": { "owner": "helix-editor", + "ref": "25.01", "repo": "helix", "type": "github" } @@ -76,11 +77,11 @@ ] }, "locked": { - "lastModified": 1734344598, - "narHash": "sha256-wNX3hsScqDdqKWOO87wETUEi7a/QlPVgpC/Lh5rFOuA=", + "lastModified": 1735947440, + "narHash": "sha256-jnEcfmOhWntmVEcqlvs+j532+mvmgsKtQSSfukgkn+A=", "owner": "nix-community", "repo": "home-manager", - "rev": "83ecd50915a09dca928971139d3a102377a8d242", + "rev": "a9987622b7b93c82e147f198574e8e6ffbf5e327", "type": "github" }, "original": { @@ -126,11 +127,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1734119587, - "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=", + "lastModified": 1733212471, + "narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5", + "rev": "55d15ad12a74eb7d4646254e13638ad0c4128776", "type": "github" }, "original": { @@ -157,11 +158,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1734083684, - "narHash": "sha256-5fNndbndxSx5d+C/D0p/VF32xDiJCJzyOqorOYW4JEo=", + "lastModified": 1733412085, + "narHash": "sha256-FillH0qdWDt/nlO6ED7h4cmN+G9uXwGjwmCnHs0QVYM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "314e12ba369ccdb9b352a4db26ff419f7c49fa84", + "rev": "4dc2fc4e62dbf62b84132fe526356fbac7b03541", "type": "github" }, "original": { diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index e8b3488..8665406 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -9,7 +9,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixgl.url = "github:nix-community/nixGL"; - helix.url = "github:helix-editor/helix"; + helix.url = "github:helix-editor/helix/25.01"; darwin.url = "github:lnl7/nix-darwin"; }; diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index f6c379c..323a16b 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -27,7 +27,6 @@ outputs.overlays.additions outputs.overlays.modifications outputs.overlays.unstable-packages - inputs.helix.overlays.default ]; }; @@ -76,7 +75,6 @@ programs.helix = { enable = true; - package = inputs.helix.packages.${pkgs.system}.default; }; programs.bat = { diff --git a/dot_config/yazi/empty_yazi.toml b/dot_config/yazi/empty_yazi.toml new file mode 100644 index 0000000..6b9e794 --- /dev/null +++ b/dot_config/yazi/empty_yazi.toml @@ -0,0 +1,2 @@ +[manager] +ratio = [1, 1, 0] diff --git a/dot_config/zellij/layouts/empty_default.kdl b/dot_config/zellij/layouts/empty_default.kdl new file mode 100644 index 0000000..a20efbb --- /dev/null +++ b/dot_config/zellij/layouts/empty_default.kdl @@ -0,0 +1,9 @@ +layout { + pane split_direction="vertical" { + pane size="33%" command="yazi" + pane + } + pane size=2 borderless=true { + plugin location="zellij:status-bar" + } +}