flake.nix: remove emacs-overlay and hy3

This commit is contained in:
Charlie Root 2024-10-06 12:43:37 +02:00
commit 177afa5076
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 55 additions and 171 deletions

View file

@ -40,16 +40,9 @@
inputs.hyprland.follows = "hyprland";
};
# much better than sway
hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
# Treefmt provides formatting for all files in my flake.
treefmt-nix.url = "github:numtide/treefmt-nix";
# Still have to set up imerimpermanence, that's a thing for the future.
impermanence.url = "github:nix-community/impermanence";
# I use nvim, helix *and* emacs, cry about it.
@ -60,8 +53,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay.url = "github:nix-community/emacs-overlay";
# I use schizofox as my personal browser. This is because I am schizophrenic.
schizofox = {
url = "github:schizofox/schizofox";