Remove home-manager from nixos configuration
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user