feat: create libreoffice configuration

This commit is contained in:
Zhongheng Liu 2024-08-10 17:45:13 +08:00
commit 588774b59e
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -65,6 +65,7 @@
zed-editor zed-editor
rhythmbox rhythmbox
clash-verge-rev clash-verge-rev
libreoffice
]; ];
programs.waybar = { programs.waybar = {
enable = true; enable = true;

View file

@ -15,7 +15,7 @@
./services/laptop.preset.nix ./services/laptop.preset.nix
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
# boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.supportedFilesystems = ["ntfs"]; boot.supportedFilesystems = ["ntfs"];
security.pam.services.hyprlock = {}; security.pam.services.hyprlock = {};
hardware.bluetooth = { hardware.bluetooth = {

View file

@ -2,13 +2,13 @@
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
#helvetica-neue-lt-std #helvetica-neue-lt-std
aileron aileron
#corefonts corefonts
#vistafonts #vistafonts
#vistafonts-chs #vistafonts-chs
noto-fonts noto-fonts
#noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
#liberation_ttf liberation_ttf
#mplus-outline-fonts.githubRelease #mplus-outline-fonts.githubRelease
#dina-font #dina-font
#proggyfonts #proggyfonts
@ -16,7 +16,7 @@
( (
nerdfonts.override { nerdfonts.override {
fonts = [ fonts = [
"FiraCode" #"FiraCode"
"IBMPlexMono" "IBMPlexMono"
#"IntelOneMono" #"IntelOneMono"
#"CascadiaMono" #"CascadiaMono"