remove unused home config

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-05 17:49:30 +02:00
parent f1b2a18a1d
commit eac0e79ca3
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 1 additions and 20 deletions

View File

@ -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
];
});
}

View File

@ -1,3 +1,3 @@
{
imports = [ ./modules ./configs ];
imports = [ ./modules ];
}