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

@@ -69,7 +69,7 @@
rice = rec {
lib = import ./nxlib/ricelib.nix { lib = nixpkgs.lib; };
transparency = 0.8;
transparency = 0.9;
rounding = 0;
gap-size = 0;
border-width = 2;

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
];
}

View File

@@ -7,6 +7,7 @@
# ./home-modules/meli/meli.nix
./home-modules/email.nix
./home-modules/bitwarden.nix
./home-modules/office.nix
# ./home-modules/mutt/neomutt.nix
./home-modules/gestures.nix