Merge branch 'main' of github.com:alexmickelson/infrastructure

This commit is contained in:
2025-05-27 20:56:07 -06:00

View File

@@ -33,6 +33,7 @@
# ghostty # ghostty
# gnome-themes-extra # gnome-themes-extra
uv uv
ghostty
]; ];
programs.fish = { programs.fish = {
enable = true; enable = true;
@@ -65,6 +66,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_ROOT=${pkgs.dotnetCorePackages.sdk_8_0} export DOTNET_ROOT=${pkgs.dotnetCorePackages.sdk_8_0}
set -x LIBVIRT_DEFAULT_URI qemu:///system set -x LIBVIRT_DEFAULT_URI qemu:///system
set -x TERM xterm-256color # ghostty
''; '';
}; };
home.file = { home.file = {