about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-06-19 13:51:20 +0300
committerAzat Bahawi <azat@bahawi.net>2024-06-19 13:51:20 +0300
commit9eb603b80a3d823acfc20c42f777ea26436ca137 (patch)
treea3038492f6525cf7672bb1fddb3293db0223967e /modules/profiles
parent2024-06-05 (diff)
2024-06-19
Diffstat (limited to '')
-rw-r--r--modules/profiles/headful.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix
index e2925c8..331464b 100644
--- a/modules/profiles/headful.nix
+++ b/modules/profiles/headful.nix
@@ -36,7 +36,6 @@ in
       vscode.enable = true;
       wayland.enable = mkDefault true;
       x11.enable = mkDefault true;
-      xmonad.enable = mkDefault false;
       zathura.enable = true;
     };
 
@@ -51,10 +50,6 @@ in
         '';
 
         packages = with pkgs; [
-          (vesktop.override {
-            withSystemVencord = true;
-            withTTS = false;
-          })
           element-desktop
           fd
           imv
@@ -65,6 +60,7 @@ in
           telegram-desktop
           tldr
           tor-browser-bundle-bin
+          vesktop
         ];
       };
 

Consider giving Nix/NixOS a try! <3