mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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 ];
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh = enabled;
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
unzip
|
||||
|
@ -9,6 +14,7 @@
|
|||
less
|
||||
gnumake
|
||||
gcc
|
||||
file
|
||||
|
||||
jq
|
||||
|
|
@ -13,8 +13,8 @@ in
|
|||
runes
|
||||
nix
|
||||
|
||||
essentials
|
||||
cli
|
||||
dev
|
||||
nvim
|
||||
vpn
|
||||
gpg
|
||||
|
|
Loading…
Reference in a new issue