diff --git a/home/home.nix b/home/home.nix index eba91fe..19117db 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1565,33 +1565,6 @@ in { ''; }; - programs.zsh = { - enable = true; - autosuggestion.enable = true; - enableCompletion = true; - syntaxHighlighting.enable = true; - autocd = true; - dotDir = ".config/zsh"; - shellAliases = { - ls = "eza -l"; - la = "eza -la"; - mpf = "mpv --profile=fast"; - mps = "mpv --profile=slow"; - ec = "emacsclient -t"; - ecc = "emacsclient -c"; - mkdir = "mkdir -pv"; - nupd = "update-nix"; - nupg = "upgrade-nix"; - suspend = "systemctl suspend"; - sysuse = "systemctl --user"; - myip = "curl icanhazip.com"; - ytd = ''yt-dlp -o "~/vids/%(title)s.%(ext)s" $1''; - }; - initExtra = '' - macchina - ''; - }; - xdg.desktopEntries = { mpv-slow = { name = "MPV";