From dc748e3ed44978befbacc258840c4c641fb6a7d6 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 13 Aug 2025 14:28:57 +0200 Subject: Arc changes --- host/Arc/configuration.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/Arc/configuration.nix b/host/Arc/configuration.nix index f12348c..0edd0ed 100644 --- a/host/Arc/configuration.nix +++ b/host/Arc/configuration.nix @@ -92,13 +92,13 @@ args@{ environment.systemPackages = with pkgs; [ eog #mpv - #libreoffice + libreoffice qt6.qtwayland #easyeffects kitty #youtube-music - + jetbrains.rider dbeaver-bin vscode @@ -129,9 +129,16 @@ args@{ #prismlauncher #vesktop #mindustry + thunderbird blueman ft2-clone + + (callPackage ../../packages/nheko-git.nix { + inherit nhekoSrc; + inherit mtxclientSrc; + voipSupport = false; + }) ]; programs.steam = { @@ -206,6 +213,7 @@ args@{ }; programs.dconf.enable = true; + services.power-profiles-daemon.enable = true; #networking.wireguard.interfaces = { # wg-KP-Ran = { -- cgit 1.5.1