added thin user option to leyla

This commit is contained in:
Leyla Becker 2024-09-03 00:16:33 -05:00
parent feb30a45bf
commit 0545051a1b
4 changed files with 64 additions and 101 deletions

View file

@ -120,33 +120,4 @@
};
};
};
# dconf.settings = {
# "org/gnome/settings-daemon/plugins/media-keys" = {
# custom-keybindings = [
# "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
# ];
# };
# };
# "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
# binding = "<Super>t";
# command = "kgx";
# name = "Open Terminal";
# };
# services.xserver.desktopManager.gnome3 = {
# extraGSettingsOverridePackages = with pkgs; [ gnome3.gnome-settings-daemon ];
# extraGSettingsOverrides = ''
# [org.gnome.settings-daemon.plugins.media-keys]
# custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']
# [org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom0]
# binding='<Super>t'
# command='kgx'
# name='Open terminal'
# '';
# }
}