snowhawk: put nix src in src/ directory
This commit is contained in:
parent
d7073b0472
commit
5317efcc8d
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
nixpkgs.source = inputs.nixpkgs;
|
"src/nixpkgs".source = inputs.nixpkgs;
|
||||||
|
"src/home-manager".source = inputs.home-manager;
|
||||||
};
|
};
|
||||||
|
|
||||||
# wayland.windowManager.hyprland = {
|
# wayland.windowManager.hyprland = {
|
||||||
|
|
Loading…
Reference in a new issue