nixos-config/modules/nixos/workflows/mosey-branch/config/desktop-session
2023-08-31 09:59:56 +08:00
..
core-service.desktop.in workflows/mosey-branch: add desktop files for core services 2023-08-18 22:26:36 +08:00
core-service.service.in workflows/mosey-branch: update systemd units 2023-08-18 22:29:27 +08:00
core-service.target.in workflows/mosey-branch: update systemd units 2023-08-18 22:29:27 +08:00
default.nix chore: reformat codebase 2023-08-31 09:59:56 +08:00
meson_options.txt workflows/mosey-branch: build custom session script in package 2023-08-21 15:41:21 +08:00
meson.build workflows/mosey-branch: revise template filenames 2023-08-21 21:45:37 +08:00
mosey-branch.bin.in workflows/mosey-branch: update session script 2023-08-21 19:12:46 +08:00
mosey-branch.desktop workflows/mosey-branch: update session script install location 2023-08-21 21:35:50 +08:00
mosey-branch.desktop.in workflows/mosey-branch/desktop-session: 2023-08-13 -> 2023-08-21 2023-08-21 15:44:37 +08:00
mosey-branch.gnome-session.in workflows/mosey-branch: revise template filenames 2023-08-21 21:45:37 +08:00
mosey-branch.service workflows/mosey-branch: update systemd units 2023-08-18 22:29:27 +08:00
mosey-branch.systemd-conf.in workflows/mosey-branch: revise template filenames 2023-08-21 21:45:37 +08:00
mosey-branch.target workflows/mosey-branch: update systemd units 2023-08-18 22:29:27 +08:00
README.adoc docs: update Mosey Branch project notes 2023-08-22 10:12:48 +08:00

This is an installation template for the custom desktop environment "Mosey branch" containing configuration files including systemd units, gnome-session sessions, and desktop entries for the required components. Much of it is inspired from Phosh session files, gnome-shell session files, and gnome-settings-daemon systemd service files. You can also find out more details to configure gnome-session from gnome-session(1) manual page.

To build this template, you have to build with Meson build system.

meson setup builddir && cd builddir
meson compile