Merge branch 'nix' into nix-work

This commit is contained in:
Martin Pander
2025-02-27 12:09:55 +01:00
10 changed files with 519 additions and 15 deletions

View File

@ -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";
# };