diff options
author | sefidel <contact@sefidel.net> | 2024-05-10 22:23:46 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-10 22:26:06 +0900 |
commit | 4e247eba38878aae943a860720c516eb4ece8bc2 (patch) | |
tree | b4290f8fca51495c5c1df4eff2d5337659f0fb9d /home | |
parent | 53e02e1acee9b081166c58d8bafd33bc9b80721b (diff) | |
download | nixrc-4e247eba38878aae943a860720c516eb4ece8bc2.tar.gz nixrc-4e247eba38878aae943a860720c516eb4ece8bc2.zip |
feat(home/development): switch to nixpkgs helix
Diffstat (limited to 'home')
-rw-r--r-- | home/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix index f37beae..169b85b 100644 --- a/home/default.nix +++ b/home/default.nix @@ -9,7 +9,6 @@ overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay - helix.overlays.default nur.overlay nixpkgs-wayland.overlay ]; @@ -43,7 +42,6 @@ overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay - helix.overlays.default nur.overlay nixpkgs-wayland.overlay # TODO: fractional scaling is broken on 1.8+ |