-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.nix
36 lines (35 loc) · 1.17 KB
/
flake.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Do not modify! This file is generated.
{
description = "Nix Flake";
inputs = {
disko = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/disko";
};
flakegen.url = "github:jorsn/flakegen";
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
};
hyprland.url = "github:hyprwm/Hyprland";
lix-module = {
inputs.nixpkgs.follows = "nixpkgs";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
};
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
rust-overlay = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:oxalica/rust-overlay";
};
sops-nix.url = "github:Mic92/sops-nix";
stylix.url = "github:wawwior/stylix";
zen-browser = {
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:0xc000022070/zen-browser-flake";
};
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}