From de926ca2f144d06a1752a9490afbaa1b9da7806c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 13 Sep 2024 14:16:46 +0000 Subject: [PATCH] add system76-keyboard-configurator and nix-software-center --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 5c098bf..c13b3b7 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,8 @@ url = github:nix-community/disko; inputs.nixpkgs.follows = "nixpkgs"; }; + system76-keyboard-configurator.url = "github:pop-os/keyboard-configurator/fix-flake-input"; + nix-software-center.url = "github:snowfallorg/nix-software-center"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs";