apps migrated

This commit is contained in:
2026-03-03 22:42:00 +01:00
parent a2cc89d028
commit e3b903d010
47 changed files with 3 additions and 608 deletions

View File

@@ -0,0 +1,7 @@
{ ... }: {
flake.nixosModules.apps-sys-brave = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
brave
];
};
}