mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
27 lines
665 B
Nix
Executable file
27 lines
665 B
Nix
Executable file
{ flake, ... }:
|
|
let
|
|
inherit (flake.config.aesthetics.themes)
|
|
cursor
|
|
;
|
|
in
|
|
[
|
|
"swaylock"
|
|
"hypridle"
|
|
"wl-clipboard"
|
|
"wpaperd"
|
|
"gammastep"
|
|
"dunst"
|
|
"playerctrld"
|
|
"waybar"
|
|
"nm-applet"
|
|
"blueman-applet"
|
|
"blueman-manager"
|
|
"easyeffects -r"
|
|
"emote"
|
|
"flameshot"
|
|
"pactl set-default-sink bluez_output.00_16_94_35_0D_5F.1"
|
|
"pactl set-default-source alsa_input.usb-Focusrite_Scarlett_2i2_USB_Y818KFJ0C671CE-00.HiFi__Mic1__source"
|
|
"bluetoothctl power on"
|
|
"gsettings set org.gnome.desktop.interface cursor-theme 'catppuccin-mocha-dark-cursors'"
|
|
"gsettings set org.gnome.desktop.interface cursor-size ${builtins.toString cursor.size}"
|
|
]
|