office, HOB, flake bump

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-23 19:50:55 +02:00
parent b1dc30869c
commit 7599413ceb
4 changed files with 10 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ let
"GamesDoneQuick"
"gdolphn"
"GRONKH"
"HandIOfIBlood"
"handofblood"
"HisWattson"
"imls"
"iskall85"

7
home-modules/office.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
];
}