[Hypr] Sets up hypridle. [Nvim] Sets up nix formatting
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
# Base languages that should always be available
|
||||
./nix.nix
|
||||
./lua.nix
|
||||
./sh.nix
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
|
||||
6
home-manager/features/development/sh.nix
Normal file
6
home-manager/features/development/sh.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
shfmt # Formatter
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user