Refactor hosts folder
This commit is contained in:
8
modules/home-manager/common.nix
Normal file
8
modules/home-manager/common.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../variables.nix
|
||||
./shell
|
||||
./git.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user