mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switch to webcord, got from master branch waiting for it to add to unstable
This commit is contained in:
parent
6143e3ff50
commit
476b42f8af
4 changed files with 7 additions and 21 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs-master.url = "github:nixos/nixpkgs";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nixpkgs-master,
|
||||
home-manager,
|
||||
spicetify-nix,
|
||||
suckless,
|
||||
|
|
@ -39,13 +41,10 @@
|
|||
t-rex-miner = final.callPackage ./pkgs/t-rex-miner {};
|
||||
afk-cmds = final.callPackage ./pkgs/afk-cmds {};
|
||||
parrot = final.callPackage ./pkgs/parrot {};
|
||||
webcord = inputs.nixpkgs-master.legacyPackages.${system}.webcord;
|
||||
nerdfonts-overpass = prev.nerdfonts.override {
|
||||
fonts = ["Overpass"];
|
||||
};
|
||||
discord = prev.discord.override {
|
||||
withOpenASAR = true;
|
||||
nss = prev.nss_latest;
|
||||
};
|
||||
})
|
||||
suckless.overlays.all
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue