mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
User primslauncher git
This commit is contained in:
parent
5cd2cb2072
commit
048d91f3e3
2 changed files with 2 additions and 3 deletions
|
@ -135,7 +135,6 @@
|
||||||
overlays = with inputs; [
|
overlays = with inputs; [
|
||||||
nur.overlay
|
nur.overlay
|
||||||
snowfall-flake.overlay
|
snowfall-flake.overlay
|
||||||
prismlauncher.overlay # Temporly as its broken currently
|
|
||||||
];
|
];
|
||||||
|
|
||||||
systems.modules = with inputs; [
|
systems.modules = with inputs; [
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, prismlauncher, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
services.boinc.enable = true;
|
services.boinc.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
prismlauncher
|
prismlauncher.packages.${pkgs.system}.prismlauncher
|
||||||
libsForQt5.discover
|
libsForQt5.discover
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
discord
|
discord
|
||||||
|
|
Loading…
Reference in a new issue