Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add aspell and aspell dictionaries

yemou bbafa2c8 15f431fd

+9 -1
+9 -1
modules/gui.nix
··· 1 1 { pkgs, ... }: 2 2 { 3 3 imports = [ ./machine-info.nix ]; 4 - garden.info.host.gui = true; 4 + garden = { 5 + info.host.gui = true; 6 + unfree = [ "aspell-dict-en-science" ]; 7 + }; 5 8 6 9 xdg = { 7 10 portal.enable = true; ··· 38 41 # Per-user packages 39 42 users.users.mou.packages = with pkgs; [ 40 43 anki-bin 44 + aspell 45 + aspellDicts.de 46 + aspellDicts.en 47 + aspellDicts.en-computers 48 + aspellDicts.en-science 41 49 foot 42 50 thm 43 51 vid2gif