Add last visual improvements

This commit is contained in:
thiloho
2023-06-06 00:19:37 +02:00
parent 6ad2bfa1ef
commit 6e1cded0e1
2 changed files with 18 additions and 4 deletions

View File

@@ -30,8 +30,12 @@
security.rtkit.enable = true;
fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [
noto-fonts
noto-fonts-emoji
noto-fonts-cjk-sans
nerdfonts
roboto
jetbrains-mono
];
};
@@ -50,6 +54,12 @@
# Home manager configuration
home-manager.users.thiloho = { pkgs, lib, ... }: {
programs = {
bash = {
enable = true;
shellAliases = {
rbs = "sudo nixos-rebuild switch --flake .";
};
};
helix = {
enable = true;
settings = {