issue with hm fixed
This commit is contained in:
parent
3e7b1bab94
commit
318f03df08
8 changed files with 61 additions and 45 deletions
18
home-manager/luna/hummingbird.nix
Normal file
18
home-manager/luna/hummingbird.nix
Normal 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 = with pkgs; [
|
||||
alejandra
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue