From cc5bd4fd0e10ab8299c6478ae7effd74eb6686c3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 Mar 2023 17:29:13 +0100 Subject: [PATCH] Move prism to system packges --- flake.nix | 6 +++--- systems/x86_64-linux/kami/default.nix | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) 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;