mirror of https://github.com/wlcx/home.git
Prepare for profile-based home manager configs
This commit is contained in:
parent
b0d9dfe1ba
commit
17b66b11fb
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let mypkgs = (import ./modules/pkgs.nix { inherit pkgs; });
|
let mypkgs = (import ../modules/pkgs.nix { inherit pkgs; });
|
||||||
in {
|
in {
|
||||||
home.packages = mypkgs.all;
|
home.packages = mypkgs.all;
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
|
@ -0,0 +1 @@
|
||||||
|
{ dev = { ... }: { imports = [ ./default.nix ]; }; }
|
Loading…
Reference in New Issue