mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
ld plz
This commit is contained in:
parent
27da154691
commit
81afc219d4
1 changed files with 10 additions and 2 deletions
|
@ -32,12 +32,18 @@
|
|||
"0 2 * * * make -C /home/daylin/git update-soft-serve"
|
||||
];
|
||||
};
|
||||
|
||||
networking.hostName = "jeran"; # Define your hostname.
|
||||
time.timeZone = "America/Chicago";
|
||||
programs.zsh.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
curl # for choosenim
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
zsh
|
||||
|
||||
|
@ -47,6 +53,9 @@
|
|||
less
|
||||
gnumake
|
||||
gcc
|
||||
gnupg
|
||||
|
||||
curl
|
||||
|
||||
git
|
||||
|
||||
|
@ -72,6 +81,5 @@
|
|||
nodejs
|
||||
go
|
||||
rustup
|
||||
nim
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue