diff --git a/commons/programs/neovim.nix b/commons/programs/neovim.nix index 978df48..187517d 100644 --- a/commons/programs/neovim.nix +++ b/commons/programs/neovim.nix @@ -43,6 +43,7 @@ svelte.enable = true; python.enable = true; tailwind.enable = true; + go.enable = true; }; notes.obsidian = { diff --git a/commons/programs/zsh.nix b/commons/programs/zsh.nix index 467ee65..84ae5ee 100644 --- a/commons/programs/zsh.nix +++ b/commons/programs/zsh.nix @@ -2,19 +2,20 @@ programs.zsh = { enable = true; enableCompletion = true; - enableAutosuggestions = true; shellAliases = { update = "sudo nixos-rebuild switch --flake /home/zuma/nix_files#t0urn3s0l"; connect-h4ppy = "mosh --ssh=\"ssh -p 72\" globuzma@87.231.223.91"; cat = "bat"; ls = "eza --time-style=relative --git --octal-permissions --icons --binary -lg"; calc = "eva"; + nix-shell = "nix-shell --run zsh"; }; oh-my-zsh = { enable = true; plugins = [ "git" ]; theme = "robbyrussell"; }; + autosuggestion.enable = true; }; programs.starship = { diff --git a/hosts/t0urn3s0l/configuration.nix b/hosts/t0urn3s0l/configuration.nix index f6adb11..05172f6 100644 --- a/hosts/t0urn3s0l/configuration.nix +++ b/hosts/t0urn3s0l/configuration.nix @@ -196,7 +196,6 @@ pywal16 # Generate 16 palette from image wev # Utility to find which key you pressed hugo # Static website engine to make my blog - php # For hosting Adminer libnotify # Man I want that notify-send ripgrep # Faster grep alternative bat # cat but better @@ -204,7 +203,12 @@ eva # calculator util-linux # Set of system utilities sshfs # A filesystem to mount drives over ssh + + # Languages + php # For hosting Adminer python3 # For hacky scripts + go # For backend + bun # A more efficient JS engine # Utilities wl-clipboard # Clipboard manager