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
|
||||
# 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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue