mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 04:40:13 +00:00
Typo
This commit is contained in:
parent
5657930899
commit
53fa87d037
@ -10,10 +10,10 @@ let
|
||||
inherit pkgs;
|
||||
inherit emacs-larstvei;
|
||||
};
|
||||
langauges = import ./languages.nix { inherit pkgs; };
|
||||
languages = import ./languages.nix { inherit pkgs; };
|
||||
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/";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user