direnv
This commit is contained in:
@@ -54,6 +54,7 @@ export EDITOR="$VISUAL"
|
|||||||
export DOTNET_WATCH_RESTART_ON_RUDE_EDIT=1
|
export DOTNET_WATCH_RESTART_ON_RUDE_EDIT=1
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
set -x LIBVIRT_DEFAULT_URI qemu:///system
|
set -x LIBVIRT_DEFAULT_URI qemu:///system
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|||||||
@@ -40,6 +40,9 @@ in {
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
@@ -155,7 +158,6 @@ end
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
||||||
".config/lazydocker/config.yml".text = ''
|
".config/lazydocker/config.yml".text = ''
|
||||||
gui:
|
gui:
|
||||||
returnImmediately: true
|
returnImmediately: true
|
||||||
@@ -256,6 +258,4 @@ TryExec=/home/alexm/.local/share/flatpak/exports/bin/com.brave.Browser'';
|
|||||||
};
|
};
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user