Add cursor
This commit is contained in:
parent
87ff39bb86
commit
3c0f25d61f
11
home/hyprland/cursor.nix
Normal file
11
home/hyprland/cursor.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
package = pkgs.catppuccin-cursors.macchiatoLavender;
|
||||
name = "Catppuccin-Macchiato-Lavender-Cursors";
|
||||
size = 32;
|
||||
};
|
||||
|
||||
gtk.enable = true;
|
||||
}
|
@ -1 +1 @@
|
||||
{ imports = [ ./hyprland.nix ./waybar.nix ./xdg.nix ]; }
|
||||
{ imports = [ ./hyprland.nix ./waybar.nix ./xdg.nix ./cursor.nix ]; }
|
||||
|
@ -11,6 +11,8 @@
|
||||
swww
|
||||
waybar
|
||||
wl-clipboard
|
||||
catppuccin-cursors.macchiatoLavender
|
||||
bibata-cursors
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
@ -11,9 +11,11 @@
|
||||
ffmpeg
|
||||
file
|
||||
go-task
|
||||
glib
|
||||
jq
|
||||
kitty
|
||||
ncdu
|
||||
nwg-look
|
||||
mumble
|
||||
obs-studio
|
||||
pamixer
|
||||
|
Loading…
Reference in New Issue
Block a user