i think your supposed to enable this

This commit is contained in:
Sakooooo 2023-08-29 13:48:16 +04:00
parent 1c0935f026
commit 3054005891
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -56,15 +56,13 @@ in
catppuccin-cursors.mochaDark catppuccin-cursors.mochaDark
# i wonder if this works # i wonder if this works
flameshot flameshot
# IMPORTANT FOR GAMES # todo figure this out
gamescope gamescope
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# hyprland no looky findy for packages so
# bg # bg
hyprpaper hyprpaper
# bar # bar
# this is just for hyprland lmao
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; })) (waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
inotify-tools inotify-tools
]; ];
@ -84,6 +82,7 @@ in
package = pkgs.catppuccin-cursors.mochaDark; package = pkgs.catppuccin-cursors.mochaDark;
}; };
gtk = { gtk = {
enable = true;
theme.name = "vimix-dark-ruby"; theme.name = "vimix-dark-ruby";
iconTheme.name = "Vimix Ruby Dark"; iconTheme.name = "Vimix Ruby Dark";
}; };