mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 22:54:01 +05:30
Zed is really cool!!
This commit is contained in:
parent
cb5659541e
commit
8770c61d40
5 changed files with 30 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
# programs
|
||||
browser = "brave";
|
||||
editor = "emacs";
|
||||
zed.enable = true;
|
||||
editor = "zed";
|
||||
emacs.enable = true;
|
||||
vscodium.enable = true;
|
||||
yazi.enable = true;
|
||||
git.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue