1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 11:03:37 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
Samuel Dionne-Riel
4e326d16f4 examples/demo: Fix rootfs eval
This was a late change, which *should* have been eval'd before hitting
merge :(.
2021-02-23 21:16:29 -05:00
Samuel Dionne-Riel
8745395e25 examples/demo: Enable fb-refresher by default 2021-02-20 16:41:23 -05:00
Edward Amsden
c507b39099 Make the package set a parameter instead of using <nixpkgs> everywhere.
Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
Co-authored-by: Edward Amsden <edward@blackriversoft.com>
2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
350e5a7fff examples/demo: Add file 2020-12-27 17:38:29 -05:00
Samuel Dionne-Riel
e09f57838e examples/demo: Misc reorganization 2020-10-18 16:24:14 -04:00
Samuel Dionne-Riel
a5c63b2cd6 examples/demo: Fix warnings from upstream changes 2020-10-18 16:24:14 -04:00
Samuel Dionne-Riel
2b573fbfb1 examples/demo: Add dtc as it is useful to debug things 2020-10-18 16:24:14 -04:00
Samuel Dionne-Riel
c9f43ba25e demo: Remove "hard-shutdown" from system
It's not needed, and systemd's shutdown already handles `reboot
bootloader` appropriately, thus the `hardshutdown` replacement is not
required.
2020-02-03 16:19:10 -05:00
Samuel Dionne-Riel
a570821f63 examples/demo: Enable bluetooth 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
a4bd557c28 examples/demo: mark some options as defaults 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
34eebc95d6 examples/demo: select the appropriate X11 driver 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
2a6a65e018 examples/demo: Use Breeze 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
76229eaefb examples/demo: Enable unclutter 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
b2284877a9 examples/demo: grow partition 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
2218f29a22 examples/demo: Use a keyboard icon for onboard 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
0a49490cf0 examples/demo: Make onboard bigger by default 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
d94133c831 examples/demo: add a close window action on the panel 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
1650f9ebba examples/demo: Add onboard keyboard 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
1b9d6f6b9a examples/demo: Rework configuration
The configuration, while still in a monolithic file, has been split by
topic.
2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
690a4e6c9d examples/demo: Use awesome wm 2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
8b06ccdb72 examples/demo: pre-configure system demo...
Here's why xfce...

 * it has good pre-configuration systems.
 * it has sane configuration file format.
 * it's quick in non-accelerated setups.

Though, there are many drawbacks... It is *not* a mobile environment!

Better environments will be packaged down the road.
2019-12-05 23:51:07 -05:00
Samuel Dionne-Riel
e8c687d935 demo: Rely on lightdm now that SLiM is gone 2019-12-03 17:17:04 -05:00
Samuel Dionne-Riel
e8e3b46207 examples/demo: inits a demo configuration for a system 2019-09-24 23:00:02 -04:00