zed by default
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
#home.shellAliases.atom = "atom --no-sandbox";
|
||||
#home.shellAliases.atom = "atom --disable-gpu --in-process-gpu --no-sandbox";
|
||||
home.shellAliases.atom = "pulsar";
|
||||
#home.shellAliases.atom = "pulsar";
|
||||
home.shellAliases.atom = lib.mkDefault "pulsar";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
#atom
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
|
||||
home.shellAliases.atom = lib.mkDefault "zeditor";
|
||||
home.shellAliases.atom = "zeditor";
|
||||
|
||||
home.packages = [
|
||||
# the rest are in ./remote.nix
|
||||
|
||||
Reference in New Issue
Block a user