mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
gnome settings
This commit is contained in:
@@ -13,6 +13,20 @@
|
|||||||
videos = "${config.home.homeDirectory}/Videos";
|
videos = "${config.home.homeDirectory}/Videos";
|
||||||
};
|
};
|
||||||
dconf.settings = {
|
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" = {
|
"org/gnome/shell/keybindings" = {
|
||||||
focus-active-notification = [];
|
focus-active-notification = [];
|
||||||
open-new-window-application-1 = [];
|
open-new-window-application-1 = [];
|
||||||
@@ -118,6 +132,7 @@
|
|||||||
};
|
};
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
|
"auto-accent-colour@Wartybix"
|
||||||
"clipboard-indicator@tudmotu.com"
|
"clipboard-indicator@tudmotu.com"
|
||||||
"nightthemeswitcher@romainvigier.fr"
|
"nightthemeswitcher@romainvigier.fr"
|
||||||
"rounded-window-corners@fxgn"
|
"rounded-window-corners@fxgn"
|
||||||
|
|||||||
Reference in New Issue
Block a user