diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index f6203d18..2d4b2bbe 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -81,9 +81,19 @@ nvim.enable = true; }; cc.enable = true; + nil.enable = true; + python.enable = true; + rust.enable = true; + javascript.enable = true; }; shell = { zsh.enable = true; + tmux.enable = true; + ranger.enable = true; + nix = { + optimize.enable = true; + search.enable = true; + }; }; };