Add project to repo
This commit is contained in:
17
home/shell/common.nix
Normal file
17
home/shell/common.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs
|
||||
, ...
|
||||
}:
|
||||
# nix tooling
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
alejandra
|
||||
deadnix
|
||||
statix
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user