programs: Add libreoffice
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
imports = with inputs.self.modules.nixos; [
|
||||
weckyy702
|
||||
upower
|
||||
libreoffice
|
||||
];
|
||||
|
||||
home-manager.users.weckyy702 = {
|
||||
|
||||
7
modules/programs/libreoffice.nix
Normal file
7
modules/programs/libreoffice.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
flake.modules.nixos.libreoffice = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
libreoffice
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user