+ nix-prefetch-git

This commit is contained in:
Bryan Ramos 2024-01-26 10:31:13 -05:00
parent e3b3148252
commit 1164b15c72
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -16,7 +16,12 @@
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
}; };
environment.systemPackages = with pkgs; [ nix-init pavucontrol ]; environment.systemPackages = with pkgs; [
pavucontrol
nix-init
nix-prefetch-git
];
# DE # DE
programs.sway = { programs.sway = {