mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-25 00:39:44 -04:00
added nix-less home-manager config
This commit is contained in:
parent
c98d27b406
commit
f28ec054cd
5 changed files with 162 additions and 1 deletions
8
src/system/machines/nix-less/default.nix
Normal file
8
src/system/machines/nix-less/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../user/configs
|
||||
./system.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue