mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
9087f7a23b
commit
0c8e877027
5 changed files with 21 additions and 3 deletions
|
@ -134,6 +134,18 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
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";
|
||||
|
|
|
@ -50,6 +50,9 @@
|
|||
openbox.enable = true;
|
||||
twm.enable = true;
|
||||
};
|
||||
desktopManager = {
|
||||
pantheon.enable = true;
|
||||
};
|
||||
};
|
||||
displayManager = {
|
||||
sddm = {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
# system tools
|
||||
bat
|
||||
btop
|
||||
dconf-editor
|
||||
ffmpeg
|
||||
git
|
||||
gparted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue