Journal 2022-06-11
<!-- Morning -->Nixos
Module structure
A clean module Module structure should be:
{ config, ... }:{
imports = [
# paths to other modules
];
options = {
# option declarations
};
config = {
# option definitions
};
}
<!-- What do I want to do today? -->
<!-- Evening -->
<!-- What did I learn today? -->
<!-- Things I learned -->
<!-- Useful tools and libraries -->