a
This commit is contained in:
parent
c7b296b96f
commit
a1920f771c
6 changed files with 41 additions and 25 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
outputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./common
|
||||
];
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = [
|
||||
alejandra # formatter
|
||||
fd-find
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue