mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
docs: add missing headlines, add a few notes
This commit is contained in:
parent
9075c97ce8
commit
6cac368378
5 changed files with 1031 additions and 372 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
options.swarselsystems.modules.env = lib.mkEnableOption "environment config";
|
||||
config = lib.mkIf config.swarselsystems.modules.env {
|
||||
|
||||
environment = {
|
||||
wordlist.enable = true;
|
||||
sessionVariables = {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# largely based on https://github.com/oddlama/nix-config/blob/main/modules/secrets.nix
|
||||
{ config, inputs, lib, ... }:
|
||||
let
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue