mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fonts
This commit is contained in:
parent
b111045ab4
commit
0aade99d4a
@ -63,6 +63,12 @@
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
# Install fonts
|
||||
fonts.fonts = with pkgs; [
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
];
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
|
@ -30,7 +30,7 @@ in
|
||||
settings = {
|
||||
window = {
|
||||
dimensions = {
|
||||
columns = 110;
|
||||
columns = 85;
|
||||
lines = 30;
|
||||
};
|
||||
padding = {
|
||||
@ -169,6 +169,7 @@ in
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
fish_greeting = "";
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
|
Loading…
Reference in New Issue
Block a user