Recreated nix files

This commit is contained in:
2026-03-03 11:29:16 +01:00
parent fc93cf349b
commit 5fe8307846
3 changed files with 299 additions and 314 deletions
-5
View File
@@ -664,11 +664,6 @@ The inputs for my system's configuration are very simple
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
};
<<flake-outputs>>
}