This commit is contained in:
xunuwu 2024-09-08 11:00:00 +02:00
parent 313a6b3dfb
commit 543c890c9e
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
packages = with pkgs; [ packages = with pkgs; [
alejandra alejandra
nil nil
nixd
git git
just just
home-manager home-manager

View file

@ -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];