mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
fix thefuck
This commit is contained in:
parent
b418834c21
commit
a75d5f54d8
|
@ -55,7 +55,7 @@
|
|||
docker
|
||||
wineWowPackages.stagingFull
|
||||
wineWowPackages.fonts
|
||||
winetricks
|
||||
winetricks
|
||||
|
||||
(lutris.override {
|
||||
extraPkgs = pkgs: [
|
||||
|
@ -96,7 +96,10 @@
|
|||
enableAutosuggestions = true;
|
||||
enableVteIntegration = true;
|
||||
|
||||
initExtra = "eval \"$(direnv hook zsh)\"";
|
||||
initExtra = ''
|
||||
eval "$(direnv hook zsh)";
|
||||
eval $(thefuck --alias);
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
my-apply = "sudo nixos-rebuild boot";
|
||||
|
|
Loading…
Reference in a new issue