konsole(font) set font to VictorMono

This commit is contained in:
Khaïs COLIN 2024-07-27 15:04:56 +02:00
parent ac78dad2de
commit 06573fa452
2 changed files with 12 additions and 0 deletions

View file

@ -29,6 +29,9 @@ in {
'';
executable = true;
};
# konsole configuration
".local/share/konsole/Nixos.profile".source = ./konsole/Nixos.profile;
};
inherit username;