mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 04:40:13 +00:00
Populate home with tools and languages
This commit is contained in:
parent
d346072104
commit
9b4918f8e1
@ -6,11 +6,11 @@
|
||||
}:
|
||||
let
|
||||
concatAttrVals = attrSet: lib.concatMap (x: x) (lib.attrValues attrSet);
|
||||
tools = import ../modules/tools.nix {
|
||||
tools = import ./tools {
|
||||
inherit pkgs;
|
||||
inherit emacs-larstvei;
|
||||
};
|
||||
languages = import ../modules/languages.nix { inherit pkgs; };
|
||||
languages = import ./languages { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
home.packages = concatAttrVals languages ++ concatAttrVals tools;
|
||||
|
Loading…
Reference in New Issue
Block a user