File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 99 inputs . nixpkgs . follows = "nixpkgs" ;
1010 } ;
1111
12+ # Supercharged dotfiles :)
1213 home-manager = {
1314 url = "github:nix-community/home-manager" ;
1415 inputs . nixpkgs . follows = "nixpkgs" ;
1516 } ;
1617
17- generators . url = "github:nix-community/nixos-generators" ;
18- generators . inputs . nixpkgs . follows = "nixpkgs" ;
19-
18+ # Useful module for color management
2019 nix-colors . url = "github:Misterio77/nix-colors" ;
2120
21+ # Nix-friendly neovim
2222 nixvim . url = "github:nix-community/nixvim" ;
2323
24+ # Somewhat-deterministic REAPER configs
2425 reanix = {
2526 url = "github:mrtnvgr/reanix" ;
2627 inputs . nixpkgs . follows = "nixpkgs" ;
4748 catppuccin-renoise . url = "github:catppuccin/renoise" ;
4849 catppuccin-renoise . flake = false ;
4950
50- bandithedoge-pkgs . url = "github:bandithedoge:nur-packages" ;
51+ # Automatic ISOs CI
52+ generators . url = "github:nix-community/nixos-generators" ;
53+ generators . inputs . nixpkgs . follows = "nixpkgs" ;
54+
5155 bandithedoge-pkgs . url = "github:bandithedoge/nur-packages" ;
5256 } ;
5357
You can’t perform that action at this time.
0 commit comments