From 453dbd201628faf59d609d8656086d133d0a2693 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 18 Jan 2024 05:26:46 -0600 Subject: [PATCH] gkraken --- hosts/NixDawn/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index 6ebe6bf..2ac3a40 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -111,8 +111,11 @@ in environment.systemPackages = with pkgs; [ pavucontrol unstable.rustdesk + gkraken ] ++ commonPackages; + hardware.gkraken.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave