hermit/configuration.nix: disable helix

This commit is contained in:
Charlie Root 2024-09-08 21:52:24 +02:00
commit 49f32abcd6
2 changed files with 2 additions and 11 deletions

View file

@ -15,12 +15,6 @@
# Unstable nixpkgs baby! # Unstable nixpkgs baby!
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# Sandboxing for schizofox
nixpak = {
url = "github:nixpak/nixpak";
inputs.nixpkgs.follows = "nixpkgs";
};
# Lix, a faster nix fork. # Lix, a faster nix fork.
lix-module = { lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz"; url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
@ -66,10 +60,7 @@
# I use schizofox as my personal browser. This is because I am schizophrenic. # I use schizofox as my personal browser. This is because I am schizophrenic.
schizofox = { schizofox = {
url = "github:schizofox/schizofox"; url = "github:schizofox/schizofox";
inputs = { inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.follows = "nixpkgs";
nixpak.follows = "nixpak";
};
}; };
}; };
} }

View file

@ -30,7 +30,7 @@
# only emacs for me, right now. # only emacs for me, right now.
neovim.enable = true; neovim.enable = true;
# sadly just not advanced enough, yet. # sadly just not advanced enough, yet.
helix.enable = true; helix.enable = false;
kakoune.enable = false; kakoune.enable = false;
}; };
discord.enable = true; discord.enable = true;