mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
promote dev/cli to essentials
This commit is contained in:
parent
3cb0975dc7
commit
b163a34633
2 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,12 @@
|
||||||
{ pkgs, self, ... }:
|
{
|
||||||
|
pkgs,
|
||||||
|
self,
|
||||||
|
enabled,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
imports = with self.nixosModules; [ git ];
|
imports = with self.nixosModules; [ git ];
|
||||||
programs.zsh.enable = true;
|
programs.zsh = enabled;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tmux
|
tmux
|
||||||
unzip
|
unzip
|
||||||
|
@ -9,6 +14,7 @@
|
||||||
less
|
less
|
||||||
gnumake
|
gnumake
|
||||||
gcc
|
gcc
|
||||||
|
file
|
||||||
|
|
||||||
jq
|
jq
|
||||||
|
|
|
@ -13,8 +13,8 @@ in
|
||||||
runes
|
runes
|
||||||
nix
|
nix
|
||||||
|
|
||||||
|
essentials
|
||||||
cli
|
cli
|
||||||
dev
|
|
||||||
nvim
|
nvim
|
||||||
vpn
|
vpn
|
||||||
gpg
|
gpg
|
||||||
|
|
Loading…
Reference in a new issue