Rename emacs abbr
This commit is contained in:
@ -44,10 +44,12 @@ rec {
|
|||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
# TODO: doesn't work
|
||||||
cursorTheme.package = pkgs.numix-cursor-theme;
|
cursorTheme.package = pkgs.numix-cursor-theme;
|
||||||
cursorTheme.name = "Numix";
|
cursorTheme.name = "Numix";
|
||||||
# cursorTheme.size = 16;
|
# cursorTheme.size = 16;
|
||||||
|
|
||||||
|
# TODO: check if works
|
||||||
iconTheme.package = pkgs.papirus-icon-theme;
|
iconTheme.package = pkgs.papirus-icon-theme;
|
||||||
iconTheme.name = "Papirus";
|
iconTheme.name = "Papirus";
|
||||||
|
|
||||||
@ -288,7 +290,7 @@ rec {
|
|||||||
dsi = "sudo du -sch . | bat";
|
dsi = "sudo du -sch . | bat";
|
||||||
prc = "procs -t";
|
prc = "procs -t";
|
||||||
|
|
||||||
emacs = "emacs -nw";
|
emcs = "emacs -nw";
|
||||||
|
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
|
Reference in New Issue
Block a user