From 4ea68b87c2747031b42bc3d3d286e4408680e978 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 30 May 2024 11:43:17 +0300 Subject: 2024-05-30 --- modules/profiles/headful.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/profiles/headful.nix') 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; -- cgit v1.2.3