removed armcord switched to betterdiscord

need to change discord settings managment
This commit is contained in:
ISnortPennies 2023-01-24 23:17:42 -05:00
parent a7384b38e6
commit 281727ebe0
5 changed files with 4 additions and 8 deletions

View file

@ -10,7 +10,6 @@
url = "github:the-argus/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
suckless = {
url = "github:ISnortPennies/suckless";
inputs.nixpkgs.follows = "nixpkgs";
@ -45,6 +44,9 @@
withOpenASAR = true;
nss = prev.nss_latest;
};
armcord = prev.armcord.override {
nss = prev.nss_latest;
};
})
suckless.overlays.all
];