konsole(font) set font to VictorMono
This commit is contained in:
parent
ac78dad2de
commit
06573fa452
2 changed files with 12 additions and 0 deletions
3
home.nix
3
home.nix
|
|
@ -29,6 +29,9 @@ in {
|
|||
'';
|
||||
executable = true;
|
||||
};
|
||||
|
||||
# konsole configuration
|
||||
".local/share/konsole/Nixos.profile".source = ./konsole/Nixos.profile;
|
||||
};
|
||||
|
||||
inherit username;
|
||||
|
|
|
|||
9
konsole/Nixos.profile
Normal file
9
konsole/Nixos.profile
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue