add nixd
This commit is contained in:
parent
313a6b3dfb
commit
543c890c9e
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
packages = with pkgs; [
|
||||
alejandra
|
||||
nil
|
||||
nixd
|
||||
git
|
||||
just
|
||||
home-manager
|
||||
|
|
|
@ -21,7 +21,7 @@ in {
|
|||
config = lib.mkIf cfg.enable (
|
||||
lib.mkMerge [
|
||||
(lib.mkIf cfg.nix.enable {
|
||||
home.packages = with pkgs; [nil alejandra];
|
||||
home.packages = with pkgs; [nil nixd alejandra];
|
||||
})
|
||||
(lib.mkIf cfg.tools.enable {
|
||||
home.packages = with pkgs; [tokei];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue