feat: create libreoffice configuration
This commit is contained in:
parent
872935e646
commit
588774b59e
3 changed files with 6 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
./services/laptop.preset.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
security.pam.services.hyprlock = {};
|
||||
hardware.bluetooth = {
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
fonts.packages = with pkgs; [
|
||||
#helvetica-neue-lt-std
|
||||
aileron
|
||||
#corefonts
|
||||
corefonts
|
||||
#vistafonts
|
||||
#vistafonts-chs
|
||||
noto-fonts
|
||||
#noto-fonts-cjk
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
#liberation_ttf
|
||||
liberation_ttf
|
||||
#mplus-outline-fonts.githubRelease
|
||||
#dina-font
|
||||
#proggyfonts
|
||||
|
@ -16,7 +16,7 @@
|
|||
(
|
||||
nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
#"FiraCode"
|
||||
"IBMPlexMono"
|
||||
#"IntelOneMono"
|
||||
#"CascadiaMono"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue