some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
12
shells/default.nix
Normal file
12
shells/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
devShells.default = pkgs.mkShell {
|
||||
name = "dots";
|
||||
packages = with pkgs; [
|
||||
alejandra
|
||||
git
|
||||
just
|
||||
home-manager
|
||||
sops
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue