mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
removed armcord switched to betterdiscord
need to change discord settings managment
This commit is contained in:
parent
a7384b38e6
commit
281727ebe0
5 changed files with 4 additions and 8 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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");
|
|
||||||
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue