From 6db5969d3fbd911a095fdfb31fa3d176cbfcf7fd Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Thu, 16 May 2024 12:47:19 -0400 Subject: [PATCH] Removing libratbag and piper for solaar --- flake.nix | 6 ++++++ hosts/kim/configuration.nix | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 444c7d5..f54e779 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,11 @@ catppuccin-vsc = { url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz"; }; + + solaar = { + url = "github:Svenum/Solaar-Flake/latest"; + inputs.nixpkgs.follows = "nixpkgs"; + } }; outputs = { self, nixpkgs, lix-module, ... }@inputs: @@ -49,6 +54,7 @@ inputs.home-manager.nixosModules.default inputs.sops-nix.nixosModules.sops lix-module.nixosModules.default + solaar.nixosModules.default ]; }; }; diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index f0e221d..6d561b4 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -166,6 +166,10 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; + + solaar = { + enabled = true; + }; }; # List packages installed in system profile. To search, run: @@ -178,9 +182,6 @@ python3 age # For encryption sops # For encryption too - - piper - libratbag ]; # List services that you want to enable: