diff --git a/TODO b/TODO index ed6062e..23d5abf 100644 --- a/TODO +++ b/TODO @@ -3,4 +3,6 @@ [ ] Decide on an icon theme (flat-remix-icon-theme or pantheon.elementary-icon-theme?) [ ] Use XDG??? [ ] Add Mousepad (xfce) maybe - +[ ] Make setting your wallpaper like. Global across everything because you + do it with hsetroot on Openbox startup but not anywhere else (minus + changing it with dconf) diff --git a/configs/openbox/menu.xml b/configs/openbox/menu.xml index 6e3690c..e0b20f6 100644 --- a/configs/openbox/menu.xml +++ b/configs/openbox/menu.xml @@ -11,9 +11,9 @@ kitty - + - dolphin + io.elementary.files diff --git a/nixos/home.nix b/nixos/home.nix index e7ee91e..277a8d8 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -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"; diff --git a/nixos/hosts/qemu/configuration.nix b/nixos/hosts/qemu/configuration.nix index e40f49d..f1b1675 100644 --- a/nixos/hosts/qemu/configuration.nix +++ b/nixos/hosts/qemu/configuration.nix @@ -50,6 +50,9 @@ openbox.enable = true; twm.enable = true; }; + desktopManager = { + pantheon.enable = true; + }; }; displayManager = { sddm = { diff --git a/nixos/packages.nix b/nixos/packages.nix index 0c14ce3..2a8c37f 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -4,6 +4,7 @@ # system tools bat btop + dconf-editor ffmpeg git gparted