home-manager: inital commit
This commit is contained in:
parent
faaaa3d324
commit
2cbef00925
31 changed files with 1558 additions and 0 deletions
18
home/dev/default.nix
Normal file
18
home/dev/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./emacs.nix
|
||||
./git.nix
|
||||
./terminal.nix
|
||||
./vscode.nix
|
||||
./zed.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pulumi-bin
|
||||
|
||||
jq
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue