1
0
Fork 0

Add gnome options

This commit is contained in:
Malte Brandy 2021-07-05 02:04:49 +02:00
parent 79056a18be
commit d916137ec7
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,38 @@
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ lib, ... }:
let
mkTuple = lib.hm.gvariant.mkTuple;
in
{
dconf.settings = {
"org/gnome/desktop/interface" = {
gtk-im-module = "gtk-im-context-simple";
gtk-theme = "Arc";
icon-theme = "Arc";
};
"org/gnome/shell/extensions/gtile" = {
show-toggle-tiling-alt = [ "<Alt>t" ];
};
"org/gnome/shell" = {
enabled-extensions = [ "gTile@vibou" "clipboard-indicator@tudmotu.com" "appindicatorsupport@rgcjonas.gmail.com" "nothing-to-say@extensions.gnome.wouter.bolsterl.ee" "notification-position@drugo.dev" "drive-menu@gnome-shell-extensions.gcampax.github.com" "sound-output-device-chooser@kgshank.net" "system-monitor@paradoxxx.zero.gmail.com" "user-theme@gnome-shell-extensions.gcampax.github.com" ];
welcome-dialog-last-shown-version = "40.1";
};
"org/gnome/shell/extensions/system-monitor" = {
icon-display = false;
};
"org/gnome/shell/extensions/user-theme" = {
name = "Arc-Lighter";
};
"system/locale" = {
region = "en_DK.UTF-8";
};
};
}

View file

@ -1,4 +1,5 @@
{ pkgs, lib, ... }: {
imports = [ ./gnome-generated.nix ];
services.gpg-agent.pinentryFlavor = "gnome3";
dconf.settings = {
"org/gnome/desktop/input-sources" = {