feat(ooksphone): add host specific module dir
This commit is contained in:
parent
95a38f3a92
commit
e2d76ae64f
3 changed files with 7 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, inputs, outputs, ... }:
|
{ pkgs, inputs, outputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./theme.nix ];
|
imports = [ ./modules ];
|
||||||
|
|
||||||
environment.packages = with pkgs; [
|
environment.packages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
|
|
||||||
6
system/hosts/ooksphone/modules/default.nix
Normal file
6
system/hosts/ooksphone/modules/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./theme.nix
|
||||||
|
# ./ssh.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue