mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-12-19 13:48:48 +00:00
♻️ Move user-specific gnome config out of global context
This commit is contained in:
parent
c046f4ae17
commit
8a3989ce0b
7 changed files with 45 additions and 81 deletions
|
|
@ -1,4 +1,32 @@
|
|||
{ ... }:
|
||||
{
|
||||
puzzlevision.desktop.gnome.wallpaper = ../wallpapers/macchiato-waves.jpg;
|
||||
puzzlevision.desktop.gnome = {
|
||||
favorite-apps = [
|
||||
"org.gnome.Nautilus.desktop"
|
||||
"obsidian.desktop"
|
||||
"firefox.desktop"
|
||||
"dev.zed.Zed.desktop"
|
||||
];
|
||||
|
||||
wallpaper = ../wallpapers/macchiato-waves.jpg;
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/shell/extensions/unite" = {
|
||||
show-window-buttons = "never";
|
||||
hide-window-titlebars = "maximized";
|
||||
|
||||
use-activities-text = false;
|
||||
extend-left-box = false;
|
||||
reduce-panel-spacing = false;
|
||||
show-legacy-tray = false;
|
||||
show-appmenu-button = false;
|
||||
show-desktop-name = false;
|
||||
enable-titlebar-actions = false;
|
||||
restrict-to-primary-screen = false;
|
||||
hide-activities-button = "never";
|
||||
autofocus-windows = true;
|
||||
notifications-position = "right";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue