Vic's *Nix config.
at main 1.5 kB view raw
1# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file. 2# Use `nix run .#write-flake` to regenerate it. 3{ 4 5 outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules); 6 7 inputs = { 8 SPC = { 9 url = "github:vic/SPC"; 10 }; 11 den = { 12 url = "github:vic/den"; 13 }; 14 denful = { 15 url = "path:/home/vic/hk/denful"; 16 }; 17 doom-emacs = { 18 flake = false; 19 url = "github:doomemacs/doomemacs"; 20 }; 21 flake-aspects = { 22 url = "github:vic/flake-aspects"; 23 }; 24 flake-file = { 25 url = "github:vic/flake-file"; 26 }; 27 flake-parts = { 28 inputs = { 29 nixpkgs-lib = { 30 follows = "nixpkgs-lib"; 31 }; 32 }; 33 url = "github:hercules-ci/flake-parts"; 34 }; 35 home-manager = { 36 inputs = { 37 nixpkgs = { 38 follows = "nixpkgs"; 39 }; 40 }; 41 url = "github:nix-community/home-manager"; 42 }; 43 import-tree = { 44 url = "github:vic/import-tree"; 45 }; 46 nix-auto-follow = { 47 inputs = { 48 nixpkgs = { 49 follows = "nixpkgs"; 50 }; 51 }; 52 url = "github:fzakaria/nix-auto-follow"; 53 }; 54 nixpkgs = { 55 url = "github:nixos/nixpkgs/nixpkgs-unstable"; 56 }; 57 nixpkgs-lib = { 58 follows = "nixpkgs"; 59 }; 60 systems = { 61 url = "github:nix-systems/default"; 62 }; 63 treefmt-nix = { 64 inputs = { 65 nixpkgs = { 66 follows = "nixpkgs"; 67 }; 68 }; 69 url = "github:numtide/treefmt-nix"; 70 }; 71 }; 72 73}