summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux.nix b/linux.nix
new file mode 100644
index 0000000..516d8e1
--- /dev/null
+++ b/linux.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }:
+
+{
+ imports = [ ./common.nix ];
+}