mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: git flow alias, jetbrains mono
This commit is contained in:
@@ -23,11 +23,12 @@
|
||||
source-serif-pro
|
||||
ubuntu_font_family
|
||||
gfs-fonts
|
||||
unstable.jetbrains-mono
|
||||
];
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
monospace = [ "Source Code Pro" ];
|
||||
serif = [ "Source Serif Pro" ];
|
||||
monospace = [ "JetBrains Mono" ];
|
||||
serif = [ "Linux Libertine O" ];
|
||||
sansSerif = [ "IBM Plex" ];
|
||||
};
|
||||
ultimate = {
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
pkgs.git-preview
|
||||
];
|
||||
|
||||
environment.shellAliases.gf = "git-flow";
|
||||
|
||||
home-manager.users.me = {
|
||||
home.file.".mrconfig".text =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user