add fred editor alpha (binary external from repo)

This commit is contained in:
2026-02-25 00:32:34 +00:00
parent ca5435bca7
commit c2b098b2c1
2 changed files with 65 additions and 42 deletions
+5
View File
@@ -12,6 +12,10 @@
url = "path:./pkgs/focus";
inputs.nixpkgs.follows = "nixpkgs";
};
fred = {
url = "path:/home/liamm/nix-pkgs/fred";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -48,6 +52,7 @@
config.allowUnfree = true;
overlays = [
(final: prev: {
fred = inputs.fred.packages.${system}.fred;
focus = inputs.focus-editor.packages.${system}.focus;
hyprland = inputs.hyprland.packages.${system}.hyprland;
hyprsysteminfo = inputs.hyprsysteminfo.packages.${system}.hyprsysteminfo;