This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
17
docs/modules/home/common.md
Normal file
17
docs/modules/home/common.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Common
|
||||
|
||||
The common module sets some opinionated defaults.
|
||||
|
||||
View the [*synix* Home Manager module on Forgejo](https://git.sid.ovh/sid/synix/tree/master/modules/home/common).
|
||||
|
||||
It is recommended to import it in your Home Manager configuration as some synix modules may depend on it:
|
||||
|
||||
```nix
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.homeModules.common
|
||||
];
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue