options/style: delete

This commit is contained in:
Charlie Root 2025-03-26 19:16:28 +01:00
commit 7616375700
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
6 changed files with 67 additions and 122 deletions

View file

@ -3,14 +3,14 @@
pkgs,
...
}: let
inherit (config.modules.style) cursor;
# inherit (config.modules.style) cursor;
inherit (builtins) toString;
in {
programs.hyprland.settings = {
# Hyprland settings
# Programs which get executed at Hyprland start.
exec-once = [
"hyprctl setcursor ${cursor.name} ${toString cursor.size}"
# "hyprctl setcursor ${cursor.name} ${toString cursor.size}"
"[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
"[workspace special:audio; silent;tile] ${pkgs.pwvucontrol}/bin/pwvucontrol"