From 42a55de42f2531a5aaaa0efc6615e6b3fab4f7ba Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 12 Jul 2024 17:53:22 -0400 Subject: [PATCH] fookin eeyyyy --- Caprine/custom.css | 4 ++-- configuration.nix | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Caprine/custom.css b/Caprine/custom.css index 1dccbe8..a288bc1 100644 --- a/Caprine/custom.css +++ b/Caprine/custom.css @@ -19,11 +19,11 @@ html.__fb-dark-mode { --icon-primary-color: #f38ba8; - --messenger-card-background: --var(--container-dark-color); + --messenger-card-background: var(--container-dark-color); } div.__fb-dark-mode { - --messenger-card-background: --var(--container-color); + --messenger-card-background: var(--list-header-color); } html.dark-mode body { diff --git a/configuration.nix b/configuration.nix index da7d628..3d0b615 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,6 +62,7 @@ nodejs bun rustc + cargo python3 # Music playerctl @@ -91,16 +92,20 @@ gcc cmake go + sass unzip ffmpeg vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget inotify-tools killall + brightnessctl + fd btop neofetch # Hyprland hyprcursor + ags waybar swaynotificationcenter swww @@ -127,7 +132,7 @@ zsh.enable = true; hyprland = { enable = true; - xwayland.enable = true; + #xwayland.enable = true; }; hyprlock.enable = true; thunar.enable = true;