pointers & 3 drag

This commit is contained in:
2025-04-06 20:04:13 -04:00
parent 7705f24e0f
commit 4717886bcc
7 changed files with 86 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
{ lib, config, namespace, osConfig, ... }:
{ pkgs, lib, config, namespace, osConfig, ... }:
let
inherit (lib.${namespace}) enabled;
in
@@ -11,6 +11,7 @@ in
services = {
ssh-agent = enabled;
fusuma = enabled;
sops = {
enable = true;
defaultSopsFile = lib.snowfall.fs.get-file "secrets/default.yaml";
@@ -40,6 +41,22 @@ in
};
};
dconf = {
settings = {
"org/gnome/desktop/interface" = {
cursor-theme = "catppuccin-macchiato-mauve-cursors";
};
};
};
home.pointerCursor = {
x11.enable = true;
gtk.enable = true;
package = pkgs.catppuccin-cursors.macchiatoMauve;
name = "catppuccin-macchiato-mauve-cursors";
size = 64;
};
# Kubernetes Secrets
sops.secrets = lib.mkIf osConfig.${namespace}.security.sops.enable {
rke2_kubeconfig = {