This commit is contained in:
LunarAkai 2025-03-14 23:05:09 +01:00
commit a1920f771c
6 changed files with 41 additions and 25 deletions

View file

@ -0,0 +1,18 @@
{
config,
inputs,
lib,
outputs,
pkgs,
...
}: {
imports = [
./common
];
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
];
}