feat: create libreoffice configuration
This commit is contained in:
parent
872935e646
commit
588774b59e
3 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue