This commit is contained in:
Casper V. Kristensen 2024-06-11 02:10:36 +02:00
parent 843f2358f1
commit 602f27b0ca

View file

@ -274,6 +274,15 @@
borderColor = "#31447f"; borderColor = "#31447f";
progressColor = "#3bacf0"; progressColor = "#3bacf0";
}; };
# https://wiki.nixos.org/wiki/Cursor_Themes
home.pointerCursor = {
package = pkgs.catppuccin-cursors.latteLight;
name = "Catppuccin-Latte-Light-Cursors";
size = 24;
gtk.enable = true;
x11.enable = true;
};
}; };
# Don't shut down the system when the power key is pressed # Don't shut down the system when the power key is pressed
@ -302,7 +311,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
brightnessctl brightnessctl
gnome3.adwaita-icon-theme # cursor TODO
pavucontrol # PulseAudio Volume Control gui pavucontrol # PulseAudio Volume Control gui
playerctl # media control cli for keybinds playerctl # media control cli for keybinds
slurp # wayland region selector slurp # wayland region selector