mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add Flox
This commit is contained in:
parent
003367ce5e
commit
f8e187f447
5 changed files with 309 additions and 26 deletions
|
|
@ -17,6 +17,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
flox = {
|
||||
url = "github:flox/flox/v1.2.3";
|
||||
# their nixpkgs currently follow release-23.11
|
||||
};
|
||||
|
||||
# My oh-my-posh theme
|
||||
genebean-omp-themes = {
|
||||
url = "github:genebean/my-oh-my-posh-themes";
|
||||
|
|
@ -64,7 +69,7 @@
|
|||
|
||||
}; # end inputs
|
||||
outputs = inputs@{
|
||||
self, nixpkgs, nixpkgs-unstable, compose2nix, disko, genebean-omp-themes,
|
||||
self, nixpkgs, nixpkgs-unstable, compose2nix, disko, flox, genebean-omp-themes,
|
||||
home-manager, nix-darwin, nix-flatpak, nix-homebrew, nixos-cosmic,
|
||||
nixos-hardware, nixpkgs-terraform, simple-nixos-mailserver, sops-nix, ...
|
||||
}: let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue