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

View file

@ -1,3 +0,0 @@
@import url("https://nyri4.github.io/Discolored/main.css");
@import url("https://luckfire.github.io/amoled-cord/src/support/compiled.css");

View file

@ -1,8 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
systemd = {
targets.network-online.wantedBy = pkgs.lib.mkForce []; # Normally ["multi-user.target"]
services.NetworkManager-wait-online.wantedBy = pkgs.lib.mkForce []; # Normally ["network-online.target"]
};
environment.etc = { environment.etc = {
"issue" = { "issue" = {
text = "[?12l[?25h"; text = "[?12l[?25h";

View file

@ -14,6 +14,7 @@
bitwarden #store stuff bitwarden #store stuff
qbittorrent #steal stuff qbittorrent #steal stuff
discord # talk to people (gross) discord # talk to people (gross)
# armcord
feh #for wallpaper feh #for wallpaper
xfce.mousepad xfce.mousepad
brightnessctl #brightness control for laptop brightnessctl #brightness control for laptop