From ae76da58338b76c15bf1e18ea667dbe059481f3d Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 22 Mar 2026 12:19:55 +0100 Subject: [PATCH] Added btop --- hosts/light/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/light/modules.nix b/hosts/light/modules.nix index f9de906..c683d92 100644 --- a/hosts/light/modules.nix +++ b/hosts/light/modules.nix @@ -7,6 +7,6 @@ in imports = [ ./hardware-configuration.nix modules.common.module - modules.nixos.xfce # Desktop Enviroment + modules.nixos.desktop.xfce # Desktop Enviroment ]; }