snowflake/modules/README.md

15 lines
666 B
Markdown
Raw Normal View History

2023-05-01 03:29:02 -04:00
# :electric_plug: modules
2023-04-02 11:44:23 -04:00
this directory hosts some common modules / services / security tweaks used on (most) hosts.
name | description
--------------- | -----------
2023-04-02 11:45:38 -04:00
`default` | used for commonly shared modules
2023-04-02 11:44:23 -04:00
`fonts` | font handling
`greetd` | login manager
`networking` | common network configuration
2023-04-22 03:21:08 -04:00
`nix` | common nix configuration
2023-04-02 11:44:23 -04:00
`security` | stolen from [hlissner](https://github.com/hlissner)
`swayidle` | idle manager daemon
2023-04-22 03:21:08 -04:00
`system.nix` | commonly shared system settings
2023-04-02 11:44:23 -04:00
`udevd` | fixes an issue when using `nixos-rebuild`, tracked [here](https://github.com/NixOS/nixpkgs/issues/180175)