chore: morty NixOS config need desktop module

This commit is contained in:
Yorick Barbanneau 2024-05-02 09:54:46 +02:00
parent e37f418f55
commit 98f0144732

View file

@ -1,4 +1,5 @@
{ ... }: {
config.modules.desktop.sway.enable = true;
config.modules.gaming.steam.enable = true;
config.modules.hardware.laptop.enable = true;
}