flake.nix: cleanup

a
This commit is contained in:
Charlie Root 2024-10-29 22:31:30 +01:00
commit 9599f024c1
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 26 additions and 2126 deletions

2138
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -53,23 +53,11 @@
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
}; };
# Treefmt provides formatting for all files in my flake.
treefmt-nix.url = "github:numtide/treefmt-nix";
impermanence.url = "github:nix-community/impermanence"; impermanence.url = "github:nix-community/impermanence";
# I use nvim, helix *and* emacs, cry about it. # Helix my beloved
helix.url = "github:helix-editor/helix"; helix.url = "github:helix-editor/helix";
neovim-flake = {
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
# 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";