imported laptop configs

This commit is contained in:
2026-02-13 19:15:24 -06:00
parent 7d23fc780c
commit 7dd1c8d2d4
9 changed files with 373 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{self, inputs, ...}: {
flake.nixosModules.applications = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
libreoffice-fresh
];
};
}