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