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