This commit is contained in:
Vali 2024-08-16 23:31:12 +02:00
commit c65e1275a6
9 changed files with 39 additions and 77 deletions

View file

@ -14,7 +14,7 @@ in {
powerOnBoot = mkIf cfg.powerOnBoot true;
};
home-manager.users.${username}.home.Packages = with pkgs; [
home-manager.users.${username}.home.packages = with pkgs; [
bluetuith
];
};