From 0cdbf3dc00ee7cfa19cb0486b37124b44cb150fb Mon Sep 17 00:00:00 2001 From: biscuit Date: Thu, 15 May 2025 13:53:44 -0500 Subject: [PATCH] nix: fix cleanup 1 --- modules/system.nix | 1 + {packages => system}/astal/default.nix | 0 2 files changed, 1 insertion(+) rename {packages => system}/astal/default.nix (100%) diff --git a/modules/system.nix b/modules/system.nix index 30ca7b2..4898e76 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -1,5 +1,6 @@ { ... }: { imports = [ ../system/firefox/default.nix + ../system/astal/default.nix ]; } diff --git a/packages/astal/default.nix b/system/astal/default.nix similarity index 100% rename from packages/astal/default.nix rename to system/astal/default.nix