From 2ece6d09174bbbb3daf3eaa5542b8e766ffd23f9 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Tue, 3 Mar 2026 21:33:07 +0100 Subject: [PATCH] refactor --- modules/hosts/computer-mo/imports.nix | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/modules/hosts/computer-mo/imports.nix b/modules/hosts/computer-mo/imports.nix index 12b82ee..8827306 100644 --- a/modules/hosts/computer-mo/imports.nix +++ b/modules/hosts/computer-mo/imports.nix @@ -2,25 +2,24 @@ flake.nixosModules.computer-mo = { ... }: { imports = with inputs.self.nixosModules; [ base + brave + controller desktop - singledisk gdm gdm-mo - gnome-apps gnome - brave - onepassword - steam + gnome-apps lact - secure-boot - sops-nix mo - controller + onepassword + secure-boot + singledisk + sops-nix + steam ]; - home-manager.users.mo.imports = with config.flake.homeModules; [ - gnome-mo base + gnome-mo ]; }; }