chore: fix unnecessary and not available pkgs, cleaning

This commit is contained in:
Rasyidan Akbar F. 2025-10-24 16:52:06 +07:00
commit 2585a86dc9
25 changed files with 703 additions and 462 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, user, ... }:
{
# Browser configurations for desktop users
home-manager.users.${user} = {
# User packages: Browsers
home.packages = with pkgs; [ brave ];
};
}