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
|
swww
|
||||||
waybar
|
waybar
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
catppuccin-cursors.macchiatoLavender
|
||||||
|
bibata-cursors
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
@ -11,9 +11,11 @@
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
file
|
file
|
||||||
go-task
|
go-task
|
||||||
|
glib
|
||||||
jq
|
jq
|
||||||
kitty
|
kitty
|
||||||
ncdu
|
ncdu
|
||||||
|
nwg-look
|
||||||
mumble
|
mumble
|
||||||
obs-studio
|
obs-studio
|
||||||
pamixer
|
pamixer
|
||||||
|
Loading…
Reference in New Issue
Block a user