Move git package: use programs.* for additional settings
This commit is contained in:
parent
26d0f14bf3
commit
f48580c7f2
1 changed files with 4 additions and 2 deletions
|
@ -154,7 +154,6 @@
|
|||
curl # url fetcher
|
||||
tmux # terminal multiplexer
|
||||
whois # net ip/dns lookup
|
||||
git # version control
|
||||
meld # file diff'r
|
||||
wl-clipboard-rs # rust implementation of wayland clipboard cli
|
||||
dogdns # a better dig cmd
|
||||
|
@ -176,7 +175,10 @@
|
|||
openrgb-with-all-plugins # colors hardware control
|
||||
just # command runner like make
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
};
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue