From e56e159e3c8c98a40da86507684005602e26f825 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 7 Jul 2023 23:03:25 +0300 Subject: [PATCH] Revert "ill do this tommorow" This reverts commit b3118bc9ed56f9ded4a1fde8900de8758b0aa503. --- modules/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/default.nix b/modules/default.nix index 39459fce..3cfd0142 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,4 +1,3 @@ { - # List your module files here - # my-module = import ./my-module.nix; + desktop = import ./desktop; }