Remove home-manager from nixos configuration

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-04-20 12:00:08 +02:00
parent 36585f4206
commit 579cd749a9
3 changed files with 0 additions and 115 deletions

View File

@@ -45,18 +45,4 @@ in
programs.waybar = {
enable = true;
};
home-manager.users.${profile.username} = { ... }: {
home.file.".config/hypr" = {
source = dotfiles_hypr;
recursive = true;
};
home.file.".config/waybar" = {
source = dotfiles_waybar;
recursive = true;
};
};
}