removing obsolete package and cleaning up

This commit is contained in:
Christoph Hollizeck 2024-05-23 18:48:43 +02:00
parent 304788ce34
commit e1a45962d6
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
7 changed files with 45 additions and 51 deletions

View file

@ -1,9 +1,7 @@
{
options,
config,
pkgs,
lib,
inputs,
...
}:
with lib;
@ -28,7 +26,7 @@ in
xdg.configFile = mkAliasDefinitions options.wyrdgard.home.configFile;
};
snowfallorg.user.${config.wyrdgard.user.name}.home.config = config.wyrdgard.home.extraOptions;
snowfallorg.users.${config.wyrdgard.user.name}.home.config = config.wyrdgard.home.extraOptions;
home-manager = {
useUserPackages = true;