office, HOB, flake bump
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -10,7 +10,7 @@ let
|
||||
"GamesDoneQuick"
|
||||
"gdolphn"
|
||||
"GRONKH"
|
||||
"HandIOfIBlood"
|
||||
"handofblood"
|
||||
"HisWattson"
|
||||
"imls"
|
||||
"iskall85"
|
||||
|
||||
7
home-modules/office.nix
Normal file
7
home-modules/office.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user