From 6115d9f28e804dfd89fbb86b91c9aae4952a13e8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 30 Aug 2023 07:43:55 +0400 Subject: [PATCH] ok --- hosts/sakotop/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 05dd5490..04d0a6be 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -19,16 +19,12 @@ modules = { desktop = { kitty.enable = true; - bspwm = { - enable = false; - polybar.enable = false; - }; hyprland.enable = true; picom.enable = true; dunst.enable = true; browsers = { firefox.enable = true; - qutebrowser.enable = true; + qutebrowser.enable = false; }; apps = { nemo.enable = true;