Pull oh-my-posh theme from its own repository

With help from others, I can now pull the theme file from the repo it
lives in instead of embedding it here!
This commit is contained in:
Gene Liverman 2023-09-13 23:03:22 -04:00
parent badf0988a2
commit 180b8494ba
4 changed files with 27 additions and 167 deletions

17
flake.lock generated
View file

@ -35,6 +35,22 @@
"type": "github"
}
},
"genebean-omp-themes": {
"flake": false,
"locked": {
"lastModified": 1694629194,
"narHash": "sha256-k1HqpsW5buBGe3rgugQvoKw5nPu/zBWiT8blb5eHc0w=",
"owner": "genebean",
"repo": "my-oh-my-posh-themes",
"rev": "eb6ba507c2f37accc926c65bac1b88293a71eb9c",
"type": "github"
},
"original": {
"owner": "genebean",
"repo": "my-oh-my-posh-themes",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -160,6 +176,7 @@
},
"root": {
"inputs": {
"genebean-omp-themes": "genebean-omp-themes",
"home-manager": "home-manager",
"nix-darwin": "nix-darwin",
"nix-homebrew": "nix-homebrew",