zed by default
This commit is contained in:
parent
c508e290c7
commit
5708b31d48
users/pbsds/home/profiles/desktop
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user