vulcan: move universe.programming out of home-manager
This commit is contained in:
parent
acd904a9fa
commit
944cea94af
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
home-manager.useUserPackages = false;
|
home-manager.useUserPackages = false;
|
||||||
|
|
||||||
|
universe.programming.all.enable = true;
|
||||||
|
|
||||||
home =
|
home =
|
||||||
{ main, config, ... }:
|
{ main, config, ... }:
|
||||||
{
|
{
|
||||||
|
@ -29,7 +31,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nix.settings.use-xdg-base-directories = true;
|
nix.settings.use-xdg-base-directories = true;
|
||||||
|
|
||||||
universe.programming.all.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue