From 971ffcae9bff15eb6ac6723b4d0bba7f7c54bf0f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:51:47 -0700 Subject: create a profile for laptop --- profiles/default.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/default.nix (limited to 'profiles/default.nix') diff --git a/profiles/default.nix b/profiles/default.nix new file mode 100644 index 0000000..0e5d948 --- /dev/null +++ b/profiles/default.nix @@ -0,0 +1 @@ +{ ... }: { imports = [ ./laptop ]; } -- cgit 1.4.1