gnome: update config
This commit is contained in:
parent
bd275e8982
commit
8bbdb28d32
6 changed files with 146 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue