1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2024-12-16 23:00:45 -05:00
parent 9087f7a23b
commit 0c8e877027
5 changed files with 21 additions and 3 deletions

View file

@ -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";

View file

@ -50,6 +50,9 @@
openbox.enable = true;
twm.enable = true;
};
desktopManager = {
pantheon.enable = true;
};
};
displayManager = {
sddm = {

View file

@ -4,6 +4,7 @@
# system tools
bat
btop
dconf-editor
ffmpeg
git
gparted