mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +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 = {
|
||||
# "net/launchpad/plank/docks/dock1" = {
|
||||
# dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
|
||||
# };
|
||||
# "org/gnome/desktop/background" = {
|
||||
# picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/kendal.png;
|
||||
# };
|
||||
# "org/gnome/desktop/wm/preferences" = {
|
||||
# button-layout = ":minimize,maximize,close";
|
||||
# };
|
||||
# };
|
||||
dconf.settings = {
|
||||
"net/launchpad/plank/docks/dock1" = {
|
||||
dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
|
||||
};
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/kendal.png;
|
||||
};
|
||||
"org/gnome/desktop/wm/preferences" = {
|
||||
button-layout = ":minimize,maximize,close";
|
||||
};
|
||||
};
|
||||
|
||||
# gtk = {
|
||||
# enable = true;
|
||||
# cursorTheme.name = "Posy's Cursor";
|
||||
# theme.name = "io.elementary.stylesheet.blueberry";
|
||||
# };
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme.name = "Posy's Cursor";
|
||||
theme.name = "io.elementary.stylesheet.blueberry";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue