forked from Fachschaft/nixConfig
added some beginning docu
This commit is contained in:
parent
65521a121c
commit
8132dae08a
3 changed files with 19 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
{inputs, ...}:
|
||||
{
|
||||
debug = true;
|
||||
# debug = true;
|
||||
# We only define machines config in this flake yet, so we only include
|
||||
# the module that builds these. This file might get fuller, if we need to
|
||||
# build our own packages, that are not flakes.
|
||||
imports = [ ./nixos/flake-module.nix
|
||||
# To import a flake module
|
||||
# 1. Add foo to inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue