nixos/dconf.nix

159 lines
4.7 KiB
Nix

# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ lib, ... }:
with lib.hm.gvariant;
{
dconf.settings = {
"org/cinnamon" = {
enabled-applets = [ "panel1:left:0:menu@cinnamon.org:0" "panel1:left:1:separator@cinnamon.org:1" "panel1:left:2:grouped-window-list@cinnamon.org:2" "panel1:right:0:systray@cinnamon.org:3" "panel1:right:1:xapp-status@cinnamon.org:4" "panel1:right:2:notifications@cinnamon.org:5" "panel1:right:3:printers@cinnamon.org:6" "panel1:right:4:removable-drives@cinnamon.org:7" "panel1:right:5:keyboard@cinnamon.org:8" "panel1:right:6:favorites@cinnamon.org:9" "panel1:right:7:network@cinnamon.org:10" "panel1:right:8:sound@cinnamon.org:11" "panel1:right:9:power@cinnamon.org:12" "panel1:right:10:calendar@cinnamon.org:13" "panel1:right:11:cornerbar@cinnamon.org:14" ];
next-applet-id = 15;
panels-enabled = [ "1:0:top" ];
};
"org/cinnamon/desktop/interface" = {
cursor-blink-time = 1200;
cursor-theme = "GoogleDot-Black";
gtk-theme = "Adwaita-dark";
icon-theme = "HighContrast";
};
"org/cinnamon/desktop/keybindings" = {
custom-list = [ "__dummy__" "custom0" ];
};
"org/cinnamon/desktop/keybindings/custom-keybindings/custom0" = {
binding = [ "Print" ];
command = "flameshot gui";
name = "screenshot";
};
"org/cinnamon/desktop/keybindings/media-keys" = {
screenshot = [];
};
"org/cinnamon/desktop/peripherals/keyboard" = {
delay = mkUint32 500;
repeat-interval = mkUint32 30;
};
"org/cinnamon/desktop/sound" = {
event-sounds = false;
};
"org/cinnamon/settings-daemon/peripherals/keyboard" = {
numlock-state = "off";
};
"org/cinnamon/theme" = {
name = "Linux Mint";
};
"org/gnome/evolution-data-server" = {
migrated = true;
};
"org/gnome/file-roller/dialogs/extract" = {
recreate-folders = true;
skip-newer = false;
};
"org/gnome/file-roller/listing" = {
list-mode = "as-folder";
name-column-width = 250;
show-path = false;
sort-method = "name";
sort-type = "ascending";
};
"org/gnome/file-roller/ui" = {
sidebar-width = 200;
window-height = 480;
window-width = 600;
};
"org/gtk/settings/file-chooser" = {
date-format = "regular";
location-mode = "path-bar";
show-hidden = false;
show-size-column = true;
show-type-column = true;
sidebar-width = 148;
sort-column = "name";
sort-directories-first = true;
sort-order = "ascending";
type-format = "category";
window-position = mkTuple [ 1612 40 ];
window-size = mkTuple [ 1096 832 ];
};
"org/nemo/preferences" = {
show-hidden-files = false;
};
"org/nemo/window-state" = {
geometry = "800x550+1490+90";
maximized = false;
sidebar-bookmark-breakpoint = 0;
start-with-sidebar = true;
};
"org/x/editor/plugins" = {
active-plugins = [ "docinfo" "modelines" "sort" "filebrowser" "spell" "time" ];
};
"org/x/editor/preferences/ui" = {
statusbar-visible = true;
};
"org/x/editor/state/window" = {
bottom-panel-size = 140;
side-panel-active-page = 827629879;
side-panel-size = 200;
size = mkTuple [ 650 500 ];
state = 87168;
};
"org/x/pix/browser" = {
filterbar-visible = true;
maximized = false;
properties-visible = true;
show-thumbnails = true;
sort-inverse = false;
sort-type = "file::mtime";
startup-current-file = "file://~/Pictures/Screenshot%20from%202023-06-11%2018-41-42.png";
startup-location = "file://~/Pictures";
thumbnail-list-size = 126;
viewer-sidebar = "hidden";
};
"org/x/pix/data-migration" = {
catalogs-2-10 = true;
};
"org/x/pix/general" = {
active-extensions = [ "23hq" "bookmarks" "burn_disc" "catalogs" "change_date" "comments" "contact_sheet" "convert_format" "desktop_background" "edit_metadata" "exiv2_tools" "facebook" "file_manager" "file_tools" "find_duplicates" "flicker" "gstreamer_tools" "gstreamer_utils" "image_print" "image_rotation" "image_viewer" "importer" "jpeg_utils" "list_tools" "oauth" "photo_importer" "photobucket" "picasaweb" "raw_files" "red_eye_removal" "rename_series" "resize_images" "search" "selections" "slideshow" "webalbums" ];
};
"org/x/pix/resize-images" = {
height = 100;
keep-aspect-ratio = false;
mime-type = "";
unit = "percentage";
width = 29;
};
"org/x/viewer/window" = {
maximized = true;
};
"org/x/warpinator/preferences" = {
ask-for-send-permission = true;
autostart = false;
connect-id = "NIXOS-D6BA323433A716DDB295";
no-overwrite = true;
};
};
}