.config/gdb/gdbinit
This commit is contained in:
@@ -292,7 +292,14 @@ in
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./plasma.nix ];
|
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 = {
|
programs = {
|
||||||
msmtp.enable = true;
|
msmtp.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user