[Organizations] Reorganizes files a bit, making features/development
This commit is contained in:
11
home-manager/features/development/nix.nix
Normal file
11
home-manager/features/development/nix.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Useful for getting the import information from github info for flakes.
|
||||
nix-prefetch-github
|
||||
|
||||
nixfmt-rfc-style # Formatter
|
||||
nil # Language Server
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user