This commit is contained in:
2025-07-02 10:37:05 -06:00
parent a0fae8dc00
commit 65dc830bc2
2 changed files with 4 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ export EDITOR="$VISUAL"
export DOTNET_WATCH_RESTART_ON_RUDE_EDIT=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
set -x LIBVIRT_DEFAULT_URI qemu:///system
'';
};
home.file = {

View File

@@ -40,6 +40,9 @@ in {
wl-clipboard
];
programs.direnv = {
enable = true;
};
programs.ghostty = {
enable = true;
};
@@ -155,7 +158,6 @@ end
'';
};
home.file = {
".config/lazydocker/config.yml".text = ''
gui:
returnImmediately: true
@@ -256,6 +258,4 @@ TryExec=/home/alexm/.local/share/flatpak/exports/bin/com.brave.Browser'';
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}