-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflake.nix
More file actions
70 lines (69 loc) · 2.03 KB
/
flake.nix
File metadata and controls
70 lines (69 loc) · 2.03 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Do not modify! This file is generated.
{
description = "ari's nice lil nix config :3";
inputs = {
agenix = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:ryantm/agenix";
};
beepy = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:arilotter/nixos-beepy";
};
catppuccin = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:catppuccin/nix";
};
fido2-hid-bridge = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:arilotter/fido2-hid-bridge";
};
flakegen.url = "github:jorsn/flakegen";
fw-inputmodule = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:caffineehacker/nix?dir=flakes/inputmodule-rs";
};
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
};
hypr-contrib = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:hyprwm/contrib";
};
lix = {
flake = false;
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
};
lix-module = {
inputs = {
lix.follows = "lix";
nixpkgs.follows = "nixpkgs";
};
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
};
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs.url = "github:nixos/nixpkgs/master";
nixvim = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nixvim";
};
nur = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/NUR";
};
vscode-ext = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-vscode-extensions";
};
vscode-server = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nixos-vscode-server";
};
};
nixConfig = {
extra-substituters = [ "https://cache.garnix.io" ];
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}