i think your supposed to enable this
This commit is contained in:
parent
1c0935f026
commit
3054005891
1 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue