fookin eeyyyy

This commit is contained in:
Benjamin Palko 2024-07-12 17:53:22 -04:00
parent c109a94823
commit 42a55de42f
2 changed files with 8 additions and 3 deletions

View file

@ -19,11 +19,11 @@
html.__fb-dark-mode { html.__fb-dark-mode {
--icon-primary-color: #f38ba8; --icon-primary-color: #f38ba8;
--messenger-card-background: --var(--container-dark-color); --messenger-card-background: var(--container-dark-color);
} }
div.__fb-dark-mode { div.__fb-dark-mode {
--messenger-card-background: --var(--container-color); --messenger-card-background: var(--list-header-color);
} }
html.dark-mode body { html.dark-mode body {

View file

@ -62,6 +62,7 @@
nodejs nodejs
bun bun
rustc rustc
cargo
python3 python3
# Music # Music
playerctl playerctl
@ -91,16 +92,20 @@
gcc gcc
cmake cmake
go go
sass
unzip unzip
ffmpeg ffmpeg
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget wget
inotify-tools inotify-tools
killall killall
brightnessctl
fd
btop btop
neofetch neofetch
# Hyprland # Hyprland
hyprcursor hyprcursor
ags
waybar waybar
swaynotificationcenter swaynotificationcenter
swww swww
@ -127,7 +132,7 @@
zsh.enable = true; zsh.enable = true;
hyprland = { hyprland = {
enable = true; enable = true;
xwayland.enable = true; #xwayland.enable = true;
}; };
hyprlock.enable = true; hyprlock.enable = true;
thunar.enable = true; thunar.enable = true;