flake.nix: remove emacs-overlay and hy3
This commit is contained in:
parent
5bfb823af5
commit
177afa5076
2 changed files with 55 additions and 171 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue