mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
53159f4ddc
commit
7085e5b099
1 changed files with 16 additions and 16 deletions
|
@ -126,21 +126,21 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# dconf.settings = {
|
dconf.settings = {
|
||||||
# "net/launchpad/plank/docks/dock1" = {
|
"net/launchpad/plank/docks/dock1" = {
|
||||||
# dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
|
dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
|
||||||
# };
|
};
|
||||||
# "org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
# picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/kendal.png;
|
picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/kendal.png;
|
||||||
# };
|
};
|
||||||
# "org/gnome/desktop/wm/preferences" = {
|
"org/gnome/desktop/wm/preferences" = {
|
||||||
# button-layout = ":minimize,maximize,close";
|
button-layout = ":minimize,maximize,close";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
# gtk = {
|
gtk = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# cursorTheme.name = "Posy's Cursor";
|
cursorTheme.name = "Posy's Cursor";
|
||||||
# theme.name = "io.elementary.stylesheet.blueberry";
|
theme.name = "io.elementary.stylesheet.blueberry";
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue