mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-04 04:33:09 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
062c447374
commit
c38f040574
21 changed files with 5 additions and 4 deletions
33
nixos/home/dconf.nix
Normal file
33
nixos/home/dconf.nix
Normal file
|
@ -0,0 +1,33 @@
|
|||
{ ... }: {
|
||||
dconf.settings = {
|
||||
"io/elementary/code/settings" = {
|
||||
font = "Fira Code Light 10";
|
||||
use-system-font = false;
|
||||
};
|
||||
"net/launchpad/plank/docks/dock1" = {
|
||||
dock-items = [
|
||||
"gala-multitaskingview.dockitem"
|
||||
"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/current;
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
accent-color = "blue";
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
"org/gnome/desktop/wm/preferences" = {
|
||||
button-layout = ":minimize,maximize,close";
|
||||
};
|
||||
"org/pantheon/desktop/gala/appearance" = {
|
||||
button-layout = ":minimize,maximize,close";
|
||||
};
|
||||
"org/pantheon/desktop/gala/behavior" = {
|
||||
hotcorner-bottomright = "show-workspace-view";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue