This commit is contained in:
Charlie Root 2024-08-16 23:31:12 +02:00
commit f2570e4552
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
];
};