about summary refs log tree commit diff stats
path: root/modules/default.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-21 21:40:08 +0200
committerAlan Pearce2024-06-21 21:40:08 +0200
commite68afb21279ff159d2e91ee60a2e71cedae2ceac (patch)
tree1f7858ef6afe938ae0272a0e6c13938731e47e59 /modules/default.nix
parentd7485c5f7ace65db560d8023906d079928e11822 (diff)
downloadnix-packages-e68afb21279ff159d2e91ee60a2e71cedae2ceac.tar.lz
nix-packages-e68afb21279ff159d2e91ee60a2e71cedae2ceac.tar.zst
nix-packages-e68afb21279ff159d2e91ee60a2e71cedae2ceac.zip
add module for laminar
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix
index ff6c7c0..1901177 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -2,4 +2,5 @@
   # Add your NixOS modules here
   #
   # my-module = ./my-module;
+  laminar = ./laminar.nix;
 }