Split common.nix into multiple files

This commit is contained in:
Tyler Mayoff 2024-09-30 20:55:48 -04:00
parent 7fdb1aaaac
commit 0ee2ebadb4
8 changed files with 120 additions and 58 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
imports = [../common.nix];
}