From 98f0144732132a71d6e0f3b4ab38a17565b9a944 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 2 May 2024 09:54:46 +0200 Subject: [PATCH] chore: morty NixOS config need desktop module --- hosts/morty/nixos-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/morty/nixos-config.nix b/hosts/morty/nixos-config.nix index 8926b11..ce1b727 100644 --- a/hosts/morty/nixos-config.nix +++ b/hosts/morty/nixos-config.nix @@ -1,4 +1,5 @@ { ... }: { + config.modules.desktop.sway.enable = true; config.modules.gaming.steam.enable = true; config.modules.hardware.laptop.enable = true; }