Move prism to system packges

This commit is contained in:
Johannes Jöns 2023-03-01 17:29:13 +01:00
parent def9bd7eae
commit cc5bd4fd0e
2 changed files with 4 additions and 5 deletions

View file

@ -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;

View file

@ -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;