36 lines
1.1 KiB
Nix
36 lines
1.1 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 = {
|
|
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
|
|
url = "github:hercules-ci/flake-parts";
|
|
};
|
|
home-manager = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/home-manager";
|
|
};
|
|
hyprland.url = "github:hyprwm/Hyprland";
|
|
import-tree.url = "github:vic/import-tree";
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
|
nixpkgs-lib.follows = "nixpkgs";
|
|
nixvim = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:nix-community/nixvim";
|
|
};
|
|
raspberry-pi-nix.url = "github:nix-community/raspberry-pi-nix";
|
|
sops-nix = {
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
url = "github:Mic92/sops-nix";
|
|
};
|
|
systems.url = "github:nix-systems/default";
|
|
};
|
|
|
|
}
|