about summary refs log tree commit diff
path: root/nixos/modules/services/desktop-managers/lomiri.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16treewide: big opengl cleanupK9001-1/+1
- rename hardware.opengl to hardware.graphics - remove hardware.opengl.driSupport, which does nothing - remove hardware.opengl.setLdLibraryPath, which should never be done - rename hardware.opengl.driSupport32Bit to hardware.graphics.enable32Bit - lost of small docs / formatting cleanups
2024-06-07Merge pull request #316275 from OPNA2608/fix/lomiri-xkb-layoutCosima Neidahl1-0/+4
lomiri.lomiri: Try to consider services.xserver.xkb.layout
2024-06-07nixos/lomiri: Add file managerOPNA26081-0/+1
2024-06-01lomiri.lomiri: Try to consider services.xserver.xkb.layoutOPNA26081-0/+4
Propagate the configuration setting through an envvar, check the envvar in the compositor. Needed because querying AccountsSettings for this information fails, due to Ubuntu-only "InputSources" interface. So you're stuck on US layout without this hack.
2024-05-27lomiri.telephony-service: Mark broken & exclude everywhereOPNA26081-2/+2
Needs a GLib change to be fixed, which needs a staging cycle, which I was told won't happen in time anymore. Luckily it's not a crucial component for the desktop mode.
2024-05-23nixos/lomiri: Add display indicatorOPNA26081-0/+1
2024-05-21nixos/lomiri: Add sound indicatorOPNA26081-0/+3
2024-05-21nixos/lomiri: Add power indicatorOPNA26081-0/+1
2024-04-17nixos/lomiri: Add network indicatorOPNA26081-0/+6
It heavily depends on NetworkManager, so enable it by default.
2024-04-14nixos/lomiri: initOPNA26081-0/+165