wip: add my nix secrets repo
This commit is contained in:
parent
6fe837a3de
commit
2acabfe09f
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix-secrets = {
|
||||||
|
url = "path:/home/ranomier/Projects/nix-secrets";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# for managing flatpaks, like which ones are installed and which not
|
# for managing flatpaks, like which ones are installed and which not
|
||||||
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue