mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-12 09:58:40 +00:00
FiraCode
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
# changes in each release.
|
# changes in each release.
|
||||||
home.stateVersion = "22.05";
|
home.stateVersion = "22.05";
|
||||||
|
|
||||||
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
shell = "${nixpkgs.zsh}/bin/zsh";
|
shell = "${nixpkgs.zsh}/bin/zsh";
|
||||||
escapeTime = 50;
|
escapeTime = 50;
|
||||||
@@ -208,6 +210,17 @@
|
|||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.alacritty = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
font = {
|
||||||
|
normal = {
|
||||||
|
family = "FiraCode Nerd Font Mono";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
nixpkgs.keepassxc
|
nixpkgs.keepassxc
|
||||||
nixpkgs.rust-analyzer
|
nixpkgs.rust-analyzer
|
||||||
@@ -253,6 +266,7 @@
|
|||||||
nixpkgs.ffmpeg
|
nixpkgs.ffmpeg
|
||||||
nixpkgs.bat
|
nixpkgs.bat
|
||||||
nixpkgs.pandoc
|
nixpkgs.pandoc
|
||||||
|
(nixpkgs.nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".mailcap".source = ./mailcap;
|
home.file.".mailcap".source = ./mailcap;
|
||||||
|
Reference in New Issue
Block a user