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; [
|
packages = with pkgs; [
|
||||||
alejandra
|
alejandra
|
||||||
nil
|
nil
|
||||||
|
nixd
|
||||||
git
|
git
|
||||||
just
|
just
|
||||||
home-manager
|
home-manager
|
||||||
|
|
|
@ -21,7 +21,7 @@ in {
|
||||||
config = lib.mkIf cfg.enable (
|
config = lib.mkIf cfg.enable (
|
||||||
lib.mkMerge [
|
lib.mkMerge [
|
||||||
(lib.mkIf cfg.nix.enable {
|
(lib.mkIf cfg.nix.enable {
|
||||||
home.packages = with pkgs; [nil alejandra];
|
home.packages = with pkgs; [nil nixd alejandra];
|
||||||
})
|
})
|
||||||
(lib.mkIf cfg.tools.enable {
|
(lib.mkIf cfg.tools.enable {
|
||||||
home.packages = with pkgs; [tokei];
|
home.packages = with pkgs; [tokei];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue