zed by default

This commit is contained in:
Peder Bergebakken Sundt 2025-03-17 00:25:42 +01:00
parent c508e290c7
commit 5708b31d48
2 changed files with 4 additions and 3 deletions
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