diff --git a/home/configs/default.nix b/home/configs/default.nix deleted file mode 100644 index 89dcda2..0000000 --- a/home/configs/default.nix +++ /dev/null @@ -1,19 +0,0 @@ -toplevel@{ inputs, withSystem, config, ... }: -{ - flake.homeConfigurations.ivand = withSystem "x86_64-linux" (ctx@{ pkgs, ... }: - inputs.home-manager.lib.homeManagerConfiguration { - inherit pkgs; - modules = - let - mods = config.flake.homeManagerModules; - in - with mods; [ - base - ivand - shell - util - swayland - web - ]; - }); -} diff --git a/home/default.nix b/home/default.nix index 0cf186f..7c06d82 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,3 +1,3 @@ { - imports = [ ./modules ./configs ]; + imports = [ ./modules ]; }