mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
docs: add comment for future self
This commit is contained in:
parent
69238d560e
commit
fbcd8eb746
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
self = import ../../default.nix {};
|
self = import ../../default.nix {};
|
||||||
|
#
|
||||||
|
# Note:
|
||||||
|
# I could've import the wifi configuration and use it here, but I haven't
|
||||||
|
# figured out an elegant (enough) way to do it while keeping my secrets
|
||||||
|
# encrypted.
|
||||||
|
#
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue