devos/nix: add nix module
This commit is contained in:
parent
c9835984c0
commit
2dd4d9860f
3 changed files with 18 additions and 19 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, lib, ... }: {
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
|
||||
extraSpecialArgs = {
|
||||
main = config;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue