diff options
author | Ben Sima <ben@bsima.me> | 2021-05-16 09:50:36 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-05-16 09:50:36 -0400 |
commit | c9245f5e682e6814a9be626b688cb948fa7a2022 (patch) | |
tree | 2342a02272bec53e2134c3e2e6e7d50b825978d8 | |
parent | fa8a6f493f1b5060fa306e39a5502df56f4f02c1 (diff) |
add helium laptop
-rw-r--r-- | profiles/laptop.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix new file mode 100644 index 0000000..3ecee50 --- /dev/null +++ b/profiles/laptop.nix @@ -0,0 +1,8 @@ +# helium laptop +{ pkgs, lib, ... }: + +{ + imports = [ + ../lib/linux.nix + ]; +} |