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