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 {
--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 {

View file

@ -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;