.config/gdb/gdbinit

This commit is contained in:
Motiejus Jakštys 2025-01-07 21:32:56 +01:00
parent f3ae248185
commit 118242646f

View File

@ -292,7 +292,14 @@ in
{ pkgs, config, ... }:
{
imports = [ ./plasma.nix ];
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
xdg.configFile = {
"awesome/rc.lua".source = ./rc.lua;
"gdb/gdbinit".text = ''
set style address foreground yellow
set style function foreground cyan
set style string foreground magenta
'';
};
programs = {
msmtp.enable = true;