mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-31 05:10:12 +00:00
Typo
This commit is contained in:
parent
5657930899
commit
53fa87d037
@ -10,10 +10,10 @@ let
|
|||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit emacs-larstvei;
|
inherit emacs-larstvei;
|
||||||
};
|
};
|
||||||
langauges = import ./languages.nix { inherit pkgs; };
|
languages = import ./languages.nix { inherit pkgs; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = concatAttrVals langauges ++ concatAttrVals tools;
|
home.packages = concatAttrVals languages ++ concatAttrVals tools;
|
||||||
|
|
||||||
home.file.".config/enchant/hunspell/".source = "${pkgs.hunspellDicts.nb_NO}/share/hunspell/";
|
home.file.".config/enchant/hunspell/".source = "${pkgs.hunspellDicts.nb_NO}/share/hunspell/";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user