monado: Move to home module for home configs
This commit is contained in:
parent
f1fb5f4eba
commit
1a26cefc18
5 changed files with 33 additions and 10 deletions
7
modules/home/configs/default.nix
Normal file
7
modules/home/configs/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./monado.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue