Merge branch 'nix' into nix-work
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
nil
|
||||
# neovim
|
||||
|
||||
(pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
# (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
pkgs.nerd-fonts.fira-code
|
||||
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
@ -48,7 +49,8 @@
|
||||
# EDITOR = "nvim";
|
||||
#};
|
||||
|
||||
# home.shellAliases = {
|
||||
#home.shellAliases = {
|
||||
# "ll" = "ls -la";
|
||||
# "t" = "tmuxp";
|
||||
# "tl" = "tmuxp load";
|
||||
# };
|
||||
|
||||
Reference in New Issue
Block a user