diff options
Diffstat (limited to 'nixos/modules/desktop.nix')
| -rw-r--r-- | nixos/modules/desktop.nix | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 06c8215..3d8bfb4 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -69,7 +69,6 @@ in { isync msmtp notmuch - astroid dodo taskwarrior3 gnupg @@ -79,15 +78,22 @@ in { exts.pass-otp exts.pass-audit ])) + ranger chromium + tangram ferdium signal-desktop - libreoffice mupdf zathura pdfgrep + libreoffice-qt6-fresh + hunspell + hunspellDicts.en_US-large + hunspellDicts.en_GB-large + hunspellDicts.cs_CZ + xdg-utils xdg-launch mesa-demos @@ -95,7 +101,7 @@ in { pulsemixer mpd - mpc-cli + mpc ncmpcpp feh shotwell @@ -140,7 +146,7 @@ in { gimp inkscape blender - tenacity + #tenacity #kdePackages.kdenlive # GStreamer @@ -155,7 +161,7 @@ in { # Writing typst - typstfmt + typstyle typst-live tinymist vale @@ -271,6 +277,7 @@ in { cnijfilter2 ]; }; + saned.enable = true; avahi.enable = true; samba-wsdd = { enable = true; @@ -297,19 +304,24 @@ in { }; fonts.packages = with pkgs; [ - nerd-fonts.hack arkpandora_ttf corefonts dejavu_fonts + fira-code + fira-code-symbols + fira-math + fira-mono + fira-sans font-awesome freefont_ttf hack-font liberation_ttf libertine + nerd-fonts.hack noto-fonts - noto-fonts-emoji + noto-fonts-color-emoji terminus_font_ttf - ubuntu_font_family + ubuntu-classic unifont ]; |
