summaryrefslogtreecommitdiffstats
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix
new file mode 100644
index 0000000..fc9086b
--- /dev/null
+++ b/common/default.nix
@@ -0,0 +1,11 @@
1{ ... }:
2
3{
4 imports = [
5 <home-manager/nixos>
6 ./commandline.nix
7 ./theme.nix
8 ./tinc.nix
9 ./vim.nix
10 ];
11}