mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add git
This commit is contained in:
parent
ba469e4baa
commit
b1be7728c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, nixpkgs, ... }: {
|
{ pkgs, nixpkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [ htop nload tmux vim ];
|
environment.systemPackages = with pkgs; [ htop nload tmux vim git ];
|
||||||
|
|
||||||
nix = { nixPath = [ "nixpkgs=${nixpkgs}" ]; };
|
nix = { nixPath = [ "nixpkgs=${nixpkgs}" ]; };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue