mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +01:00
Remove prismlauncher ovveride
This commit is contained in:
parent
048d91f3e3
commit
d32613fffe
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, prismlauncher, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -35,7 +35,7 @@
|
|||
services.boinc.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher.packages.${pkgs.system}.prismlauncher
|
||||
prismlauncher
|
||||
libsForQt5.discover
|
||||
skypeforlinux
|
||||
discord
|
||||
|
|
Loading…
Reference in a new issue