This commit is contained in:
2026-01-07 09:17:19 -07:00
parent 909c72a310
commit 096d8c7a3e

View File

@@ -2,6 +2,7 @@
let let
opencodeFlake = builtins.getFlake (toString ../flakes/opencode); opencodeFlake = builtins.getFlake (toString ../flakes/opencode);
monitorTuiFlake = builtins.getFlake (toString ../../monitors/monitor-tui-rs);
nixgl = import nixgl = import
(fetchTarball "https://github.com/nix-community/nixGL/archive/main.tar.gz") (fetchTarball "https://github.com/nix-community/nixGL/archive/main.tar.gz")
{ }; { };
@@ -51,6 +52,7 @@ in {
bluetui bluetui
#nixfmt-classic #nixfmt-classic
opencodeFlake.packages.${pkgs.stdenv.hostPlatform.system}.opencode opencodeFlake.packages.${pkgs.stdenv.hostPlatform.system}.opencode
monitorTuiFlake.packages.${pkgs.stdenv.hostPlatform.system}.default
bitwarden-desktop bitwarden-desktop
wiremix wiremix
(config.lib.nixGL.wrap moonlight-qt) (config.lib.nixGL.wrap moonlight-qt)
@@ -69,7 +71,13 @@ in {
}; };
programs.direnv = { enable = true; }; programs.direnv = { enable = true; };
programs.ghostty = { enable = true; }; programs.ghostty = {
enable = true;
enableFishIntegration = true;
settings = {
window-new-tab-cwd = "home";
};
};
programs.fish = { programs.fish = {
enable = true; enable = true;
shellInit = '' shellInit = ''