diff --git a/flake.nix b/flake.nix index 5a1ee38..06404a0 100644 --- a/flake.nix +++ b/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"; }; }; } diff --git a/hosts/cr/hermit/configuration.nix b/hosts/cr/hermit/configuration.nix index 9515848..86976ad 100644 --- a/hosts/cr/hermit/configuration.nix +++ b/hosts/cr/hermit/configuration.nix @@ -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;