-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.nix
49 lines (48 loc) · 1.58 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
37
38
39
40
41
42
43
44
45
46
47
48
49
# 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";
};
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";
};
nix-colors.url = "github:misterio77/nix-colors";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixvim = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nixvim";
};
nur.url = "github:nix-community/NUR";
vscode-ext = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-vscode-extensions";
};
};
nixConfig = {
extra-substituters = [ "https://raspberry-pi-nix.cachix.org" ];
extra-trusted-public-keys = [ "raspberry-pi-nix.cachix.org-1:WmV2rdSangxW0rZjY/tBvBDSaNFQ3DyEQsVw8EvHn9o=" "ari-sol-builder-1:PBsq1rU3Xd/S+N3GatIWi82PFoeOqQdpaArZTns69aM=" ];
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}