From 4d0fdc2260bd5da3674cb035ea91be1599738709 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 3 Jul 2022 13:28:55 +0200 Subject: [PATCH] Rename emacs abbr --- home/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 51127ddf..b3667f6d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -44,10 +44,12 @@ rec { gtk = { enable = true; + # TODO: doesn't work cursorTheme.package = pkgs.numix-cursor-theme; cursorTheme.name = "Numix"; # cursorTheme.size = 16; + # TODO: check if works iconTheme.package = pkgs.papirus-icon-theme; iconTheme.name = "Papirus"; @@ -288,7 +290,7 @@ rec { dsi = "sudo du -sch . | bat"; prc = "procs -t"; - emacs = "emacs -nw"; + emcs = "emacs -nw"; gs = "git status"; gcm = "git commit -m";