opt in unfree

This commit is contained in:
♥ Minnie ♥ 2025-04-30 12:18:32 +08:00
parent 2c640816fc
commit c38f58067a
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
14 changed files with 17 additions and 850 deletions

View file

@ -1,7 +1,6 @@
{inputs, ...}: {
imports = [
./cava
./discord
./dunst
./mpv
./picom

View file

@ -1,41 +0,0 @@
:root {
--font-primary: Fisa Code;
/* Gruvbox Material Dark Hard */
--fg0: #d4be98;
--bg0: #282828;
--bg1: #32302f;
--grey0: #7c6f64;
--grey1: #928374;
--grey2: #a89984;
/* Midpoints between bg0 + bg1 */
--bg0_33: #2b2b2a;
--bg0_66: #2f2d2d;
}
.theme-dark {
--text-normal: var(--fg0);
--channels-default: var(--grey2);
--interactive-normal: var(--grey0);
--interactive-active: var(--grey0);
--channel-icon: var(--grey0);
--channeltextarea-background: var(--bg0_66);
--scrollbar-auto-thumb: var(--grey0);
--scrollbar-auto-track: var(--bg1);
--header-primary: var(--grey0);
--header-secondary: var(--grey2);
--background-primary: var(--bg0);
--background-secondary: var(--bg0_66);
--background-secondary-alt: var(--bg0_33);
--background-tertiary: var(--bg1);
--background-message-hover: var(--bg0_33);
--background-mentioned: var(--bg0_66);
--bg-overlay-selected: var(--bg1);
}

View file

@ -1,17 +0,0 @@
{pkgs, ...}: {
nixpkgs.overlays = [
(final: prev: {
discord = prev.discord.override {withOpenASAR = true;};
})
];
home.packages = with pkgs; [
discord
betterdiscordctl
];
home.file.".config/BetterDiscord/data/stable/custom.css" = {
enable = true;
source = ./config/custom.css;
};
}

View file

@ -3,6 +3,5 @@
logisim
libreoffice
x2goclient
zoom-us
];
}

View file

@ -13,8 +13,7 @@
outputs.overlays.unstable-packages
];
config = {
allowUnfree = true;
allowUnfreePredicate = _: true;
allowUnfree = false;
};
};