From 24c8511846391c4165c1ae78065a4a098652ee77 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 18 Aug 2023 08:33:14 +0000 Subject: [PATCH] still unsigned just give me a second --- hosts/sakowsl/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; + }; }; };