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:
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user