1
0
Fork 0

Install discord

This commit is contained in:
Malte Brandy 2019-12-10 22:13:18 +01:00
parent 5a450a96d8
commit 0aa988cac9
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,5 +1,6 @@
let let
my-lib = import ../lib; my-lib = import ../lib;
unfreePkgs = import <nixpkgs> { config = { allowUnfree = true; }; };
inherit (my-lib) inherit (my-lib)
pkgs unstable sources writeHaskellScript gcRetentionDays unBreak colors; pkgs unstable sources writeHaskellScript gcRetentionDays unBreak colors;
in rec { in rec {
@ -156,6 +157,7 @@ in rec {
]); ]);
runScript = "${gw2wrapper}/bin/gw2wrapper"; runScript = "${gw2wrapper}/bin/gw2wrapper";
}; };
discord = unfreePkgs.discord;
cachix = import sources.cachix; cachix = import sources.cachix;
inherit (pkgs.gnome3) nautilus; inherit (pkgs.gnome3) nautilus;
inherit (pkgs.xorg) xev xbacklight; inherit (pkgs.xorg) xev xbacklight;