gnome: update config

This commit is contained in:
Leonardo Eugênio 2023-06-02 17:55:54 -03:00
parent bd275e8982
commit 8bbdb28d32
6 changed files with 146 additions and 22 deletions

View file

@ -1,8 +1,9 @@
{ config, pkgs, lib, inputs, ... }:
let
inherit (pkgs.uservars) theme font;
inherit (pkgs.uservars) theme font desktop;
inherit (theme) color gtk_theme icon_theme cursor_theme;
in
lib.mkIf (desktop == "sway")
{
home.pointerCursor = {
name = cursor_theme;