1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

feat: git flow alias, jetbrains mono

This commit is contained in:
Kierán Meinhardt
2020-03-03 12:22:42 +01:00
parent 2cdaa5c6e2
commit fa3eace6c3
2 changed files with 5 additions and 2 deletions

View File

@@ -23,11 +23,12 @@
source-serif-pro source-serif-pro
ubuntu_font_family ubuntu_font_family
gfs-fonts gfs-fonts
unstable.jetbrains-mono
]; ];
fontconfig = { fontconfig = {
defaultFonts = { defaultFonts = {
monospace = [ "Source Code Pro" ]; monospace = [ "JetBrains Mono" ];
serif = [ "Source Serif Pro" ]; serif = [ "Linux Libertine O" ];
sansSerif = [ "IBM Plex" ]; sansSerif = [ "IBM Plex" ];
}; };
ultimate = { ultimate = {

View File

@@ -12,6 +12,8 @@
pkgs.git-preview pkgs.git-preview
]; ];
environment.shellAliases.gf = "git-flow";
home-manager.users.me = { home-manager.users.me = {
home.file.".mrconfig".text = home.file.".mrconfig".text =
let let