diff options
| author | seth <[email protected]> | 2022-12-02 08:10:15 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2022-12-02 08:11:08 +0000 |
| commit | 1f3e4b6ad522a186d2b693953b4c6f5ab1e892b7 (patch) | |
| tree | 30d1baf3e915a13106695723ad1a0878b39886cd /users/seth/programs/default.nix | |
| parent | 0912f5dc12cde4f925a0669aa6c1cbdb189b503d (diff) | |
add editorconfig and alejandra
Diffstat (limited to 'users/seth/programs/default.nix')
| -rw-r--r-- | users/seth/programs/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index b97a73a..d9ccaf1 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -1,6 +1,4 @@ -{ pkgs, ... }: - -{ +{pkgs, ...}: { imports = [ ./git.nix # ./mangohud @@ -12,12 +10,15 @@ ]; home.packages = with pkgs; [ + alejandra bat clang + deadnix exa fd lld - ripgrep + ripgrep + statix python311 ]; } |
