mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-13 23:34:39 -05:00
feat: moved gtk to higher level and added qt
This commit is contained in:
parent
3976783f1f
commit
dbaeca5340
8 changed files with 106 additions and 0 deletions
13
home/modules/gui/desktop/theming/gtk/config/homeCursor.nix
Executable file
13
home/modules/gui/desktop/theming/gtk/config/homeCursor.nix
Executable file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, flake, ... }:
|
||||
let
|
||||
inherit (flake.config.aesthetics.themes)
|
||||
cursor
|
||||
;
|
||||
in
|
||||
{
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
name = "catppuccin-mocha-dark-cursors";
|
||||
package = pkgs.catppuccin-cursors.macchiatoDark;
|
||||
size = cursor.size;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue