From 06573fa45206b6fe3723c47b8a317a7c02bea19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 27 Jul 2024 15:04:56 +0200 Subject: [PATCH] konsole(font) set font to VictorMono --- home.nix | 3 +++ konsole/Nixos.profile | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 konsole/Nixos.profile diff --git a/home.nix b/home.nix index 6f71054..bf0d0ff 100644 --- a/home.nix +++ b/home.nix @@ -29,6 +29,9 @@ in { ''; executable = true; }; + + # konsole configuration + ".local/share/konsole/Nixos.profile".source = ./konsole/Nixos.profile; }; inherit username; diff --git a/konsole/Nixos.profile b/konsole/Nixos.profile new file mode 100644 index 0000000..35bfc4f --- /dev/null +++ b/konsole/Nixos.profile @@ -0,0 +1,9 @@ +[Appearance] +Font=VictorMono Nerd Font,10,-1,5,600,0,0,0,0,0,0,0,0,0,0,1,SemiBold + +[General] +Name=Nixos +Parent=FALLBACK/ + +[Scrolling] +HistoryMode=2