hermit/configuration.nix: disable helix
This commit is contained in:
parent
8a113d8bf5
commit
49f32abcd6
2 changed files with 2 additions and 11 deletions
11
flake.nix
11
flake.nix
|
@ -15,12 +15,6 @@
|
|||
# Unstable nixpkgs baby!
|
||||
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-module = {
|
||||
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.
|
||||
schizofox = {
|
||||
url = "github:schizofox/schizofox";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nixpak.follows = "nixpak";
|
||||
};
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
# only emacs for me, right now.
|
||||
neovim.enable = true;
|
||||
# sadly just not advanced enough, yet.
|
||||
helix.enable = true;
|
||||
helix.enable = false;
|
||||
kakoune.enable = false;
|
||||
};
|
||||
discord.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue