pointers & 3 drag
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user