diff --git a/flake.nix b/flake.nix index 83d012e..7be55aa 100644 --- a/flake.nix +++ b/flake.nix @@ -32,9 +32,9 @@ # PrismLauncher (git version of PrismLauncher) prismlauncher = { url = github:PrismLauncher/PrismLauncher; - #inputs.nixpkgs.follows = "nixpkgs"; - #inputs.flake-compat.follows = "flake-compat"; - #inputs.libnbtplusplus.follows = "libnbtplusplus"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-compat.follows = "flake-compat"; + inputs.libnbtplusplus.follows = "libnbtplusplus"; }; libnbtplusplus = { url = github:PrismLauncher/libnbtplusplus; diff --git a/systems/x86_64-linux/kami/default.nix b/systems/x86_64-linux/kami/default.nix index 14b6d7a..9e2e982 100644 --- a/systems/x86_64-linux/kami/default.nix +++ b/systems/x86_64-linux/kami/default.nix @@ -28,13 +28,12 @@ environment.systemPackages = with pkgs; [ git + prismlauncher ]; services.hardware.openrgb.enable = true; services.hardware.openrgb.motherboard = "intel"; - packages = with pkgs; [ prismlauncher]; - programs = { dconf.enable = true; droidcam.enable = true;