mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
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:
parent
badf0988a2
commit
180b8494ba
4 changed files with 27 additions and 167 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, genebean-omp-themes, ... }: {
|
||||
home.stateVersion = "23.11";
|
||||
home.packages = with pkgs; [
|
||||
colordiff
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
oh-my-posh = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile ./files/beanbag.omp.json));
|
||||
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile (genebean-omp-themes + "/beanbag.omp.json")));
|
||||
};
|
||||
vim = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue