50 lines
1.6 KiB
Nix
50 lines
1.6 KiB
Nix
# You FAGGOT; Do NOT edit this file !!!!, run 'nix run .#write-flake'
|
|
{
|
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./config);
|
|
|
|
inputs = {
|
|
den.url = "github:vic/den";
|
|
disko.url = "github:nix-community/disko";
|
|
flake-aspects.url = "github:vic/flake-aspects";
|
|
flake-file.url = "github:vic/flake-file";
|
|
flake-parts = {
|
|
url = "github:hercules-ci/flake-parts";
|
|
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
|
};
|
|
font-patcher.url = "github:Doloro1978/nix-nerd-fonts-patcher";
|
|
heliumFlake = {
|
|
url = "github:vikingnope/helium-browser-nix-flake";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
home-manager = {
|
|
url = "github:nix-community/home-manager";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
hyprland.url = "github:hyprwm/Hyprland";
|
|
import-tree.url = "github:vic/import-tree";
|
|
niri-flake = {
|
|
url = "github:sodiboo/niri-flake";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
|
|
nixpkgs-lib.follows = "nixpkgs";
|
|
nixvim = {
|
|
url = "github:nix-community/nixvim";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
raspberry-pi-nix.url = "github:nix-community/raspberry-pi-nix";
|
|
sops-nix = {
|
|
url = "github:Mic92/sops-nix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
stylix = {
|
|
url = "github:nix-community/stylix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
zen-browser = {
|
|
url = "github:youwen5/zen-browser-flake";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
}
|