direnv
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user