about summary refs log tree commit diff
path: root/modules/profiles/headful.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-30 11:43:17 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-30 11:43:17 +0300
commit4ea68b87c2747031b42bc3d3d286e4408680e978 (patch)
tree6bdb17393976912133677226e971ea8159bde64f /modules/profiles/headful.nix
parent2024-05-26 (diff)
2024-05-30
Diffstat (limited to '')
-rw-r--r--modules/profiles/headful.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix
index 83b3e4a..e2925c8 100644
--- a/modules/profiles/headful.nix
+++ b/modules/profiles/headful.nix
@@ -51,7 +51,10 @@ in
         '';
 
         packages = with pkgs; [
-          calibre
+          (vesktop.override {
+            withSystemVencord = true;
+            withTTS = false;
+          })
           element-desktop
           fd
           imv
@@ -109,6 +112,7 @@ in
     };
 
     services = {
+      fwupd.enable = true;
       libinput.enable = true;
       psd.enable = true;
       upower.enable = true;

Consider giving Nix/NixOS a try! <3