diff options
author | Christian Segundo | 2024-02-24 11:59:44 +0100 |
---|---|---|
committer | Christian Segundo | 2024-02-24 12:24:35 +0100 |
commit | 5c765e068bf16ca063b9a16f5c1e8ba996d07426 (patch) | |
tree | 7d66ae5b65587b1dc806e90f0a01286f8c619b1c /flake.nix | |
parent | 08a637a6aa6bc856eadb73b6754af12a9b899c2d (diff) | |
download | hm-extra-5c765e068bf16ca063b9a16f5c1e8ba996d07426.tar.gz |
Add Colima and Docker
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..5629491 --- /dev/null +++ b/flake.nix @@ -0,0 +1,6 @@ +{ + description = "Custom, mostly ad hoc, sometimes experimental home-manager modules"; + outputs = { self }: { + default = import ./default.nix; + }; +} |