From bf95611cdfab315d028d177a70665963896c4e06 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:31:50 +0300 Subject: [PATCH] need to try vscode again for fun --- hosts/sakotop/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 0ab264cc..1bd78172 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -19,14 +19,10 @@ modules = { desktop = { kitty.enable = true; - dwm.enable = false; - qtile.enable = false; awesome.enable = true; - xmonad.enable = false; picom.enable = true; dunst.enable = true; browsers = { - qutebrowser.enable = false; firefox.enable = true; }; apps = { @@ -71,6 +67,7 @@ dev = { editors = { nvim.enable = true; + vscode.fhs.enable = true; }; nil.enable = true; cc.enable = true;