add flake/home-manager and standard cli programs
This commit is contained in:
8
hosts/merkur.nix
Normal file
8
hosts/merkur.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ home-manager, ... }: {
|
||||
imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
./hardware/merkur.nix
|
||||
../home
|
||||
../modules
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user