fix: automated tmux statusbar color now works as it should (only tested
on linux)
This commit is contained in:
parent
3e1993efbd
commit
aba6414706
8 changed files with 90 additions and 9 deletions
|
|
@ -113,6 +113,8 @@
|
|||
}:
|
||||
let
|
||||
pkgs = get_pkgs { inherit system; };
|
||||
isLinux = lib.hasSuffix "-linux" system;
|
||||
isDarwin = lib.hasSuffix "-darwin" system;
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = pkgs;
|
||||
|
|
@ -126,6 +128,8 @@
|
|||
nur = nur.legacyPackages.${system};
|
||||
ghosttyPkg = ghostty.packages.${system}.ghostty;
|
||||
colorsync = colorsync.packages.${system}.default;
|
||||
isLinux = isLinux;
|
||||
isDarwin = isDarwin;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue