From 6a904604c06c91b1b990f1dd26a7cd2bebcc8ea4 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 20 Jul 2025 16:13:01 +0200 Subject: [PATCH] perso-desktop: Use monado --- hosts/perso-desktop/configuration.nix | 2 ++ hosts/perso-desktop/home.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/perso-desktop/configuration.nix b/hosts/perso-desktop/configuration.nix index 50ee3e6..a797ad4 100644 --- a/hosts/perso-desktop/configuration.nix +++ b/hosts/perso-desktop/configuration.nix @@ -55,6 +55,8 @@ printing.enable = true; steering-wheel.enable = true; }; + + services.monado.enable = true; }; chaotic.mesa-git = { diff --git a/hosts/perso-desktop/home.nix b/hosts/perso-desktop/home.nix index 196e7fc..72a2638 100644 --- a/hosts/perso-desktop/home.nix +++ b/hosts/perso-desktop/home.nix @@ -9,6 +9,8 @@ kitty.enable = true; }; + configs.monado.enable = true; + editors = { neovim.enable = true; vscode.enable = true;