mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
gnome settings
This commit is contained in:
@@ -13,6 +13,20 @@
|
||||
videos = "${config.home.homeDirectory}/Videos";
|
||||
};
|
||||
dconf.settings = {
|
||||
"moe/tsukimi" = {
|
||||
accent-color-code = "rgb(46,194,126)";
|
||||
is-auto-select-server = true;
|
||||
is-fullscreen = false;
|
||||
is-maximized = false;
|
||||
mpv-audio-preferred-lang = 1;
|
||||
mpv-show-buffer-speed = true;
|
||||
mpv-subtitle-font = "Normal";
|
||||
mpv-subtitle-preferred-lang = 1;
|
||||
music-repeat-mode = "none";
|
||||
preferred-server = "Emby";
|
||||
window-height = 672;
|
||||
window-width = 971;
|
||||
};
|
||||
"org/gnome/shell/keybindings" = {
|
||||
focus-active-notification = [];
|
||||
open-new-window-application-1 = [];
|
||||
@@ -118,6 +132,7 @@
|
||||
};
|
||||
"org/gnome/shell" = {
|
||||
enabled-extensions = [
|
||||
"auto-accent-colour@Wartybix"
|
||||
"clipboard-indicator@tudmotu.com"
|
||||
"nightthemeswitcher@romainvigier.fr"
|
||||
"rounded-window-corners@fxgn"
|
||||
|
||||
Reference in New Issue
Block a user