aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/gtk.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-29 11:18:46 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-29 11:18:46 -0700
commit16a5e1812031433f711371db802d972529ced7d0 (patch)
treef260ae93b6197bc96613bf8eab9945453b8956e8 /home/profiles/gtk.nix
parentprofiles/default: fix the GC configuration (diff)
downloadinfra-16a5e1812031433f711371db802d972529ced7d0.tar.gz
workstation: more tweaks for the UI and fonts
Diffstat (limited to 'home/profiles/gtk.nix')
-rw-r--r--home/profiles/gtk.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/profiles/gtk.nix b/home/profiles/gtk.nix
index bc68d97..4884e4a 100644
--- a/home/profiles/gtk.nix
+++ b/home/profiles/gtk.nix
@@ -5,9 +5,5 @@
package = pkgs.roboto;
name = "Roboto Medium 11";
};
- cursorTheme = {
- name = "Numix-Cursor";
- package = pkgs.numix-cursor-theme;
- };
};
}