some cleanup

This commit is contained in:
LunarAkai 2025-03-15 16:19:21 +01:00
commit ccac697b26
11 changed files with 22 additions and 34 deletions

View file

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