mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
+ nix-prefetch-git
This commit is contained in:
parent
e3b3148252
commit
1164b15c72
1 changed files with 6 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue