mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 21:03:04 -04:00
add jkps for gd
This commit is contained in:
parent
75363a8e02
commit
aca0dc650d
3 changed files with 32 additions and 5 deletions
|
@ -1,4 +1,13 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, inputs, ... }: {
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.nur.overlay
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonup-qt
|
||||
|
@ -6,6 +15,7 @@
|
|||
osu-lazer-bin
|
||||
obs-studio
|
||||
davinci-resolve
|
||||
nur.repos.reedrw.jkps
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue