mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:06:54 +01:00
Move prism to system packges
This commit is contained in:
parent
def9bd7eae
commit
cc5bd4fd0e
2 changed files with 4 additions and 5 deletions
|
@ -32,9 +32,9 @@
|
||||||
# PrismLauncher (git version of PrismLauncher)
|
# PrismLauncher (git version of PrismLauncher)
|
||||||
prismlauncher = {
|
prismlauncher = {
|
||||||
url = github:PrismLauncher/PrismLauncher;
|
url = github:PrismLauncher/PrismLauncher;
|
||||||
#inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
#inputs.flake-compat.follows = "flake-compat";
|
inputs.flake-compat.follows = "flake-compat";
|
||||||
#inputs.libnbtplusplus.follows = "libnbtplusplus";
|
inputs.libnbtplusplus.follows = "libnbtplusplus";
|
||||||
};
|
};
|
||||||
libnbtplusplus = {
|
libnbtplusplus = {
|
||||||
url = github:PrismLauncher/libnbtplusplus;
|
url = github:PrismLauncher/libnbtplusplus;
|
||||||
|
|
|
@ -28,13 +28,12 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
prismlauncher
|
||||||
];
|
];
|
||||||
|
|
||||||
services.hardware.openrgb.enable = true;
|
services.hardware.openrgb.enable = true;
|
||||||
services.hardware.openrgb.motherboard = "intel";
|
services.hardware.openrgb.motherboard = "intel";
|
||||||
|
|
||||||
packages = with pkgs; [ prismlauncher];
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
droidcam.enable = true;
|
droidcam.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue