fookin eeyyyy
This commit is contained in:
parent
c109a94823
commit
42a55de42f
2 changed files with 8 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue