imported laptop configs
This commit is contained in:
7
modules/nixosModules/applications.nix
Normal file
7
modules/nixosModules/applications.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{self, inputs, ...}: {
|
||||
flake.nixosModules.applications = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
libreoffice-fresh
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user