feat(zellij): install zellij
This commit is contained in:
parent
e0042116bf
commit
4d4249f627
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
zellij
|
||||||
|
];
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue