mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 20:33:59 +01:00
Make git available to root
Necessary for if we need to run nixos-rebuild switch under root.
This commit is contained in:
parent
43cb50c2ce
commit
33d4e88d01
@ -1,4 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user