tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
desktop: add lldbinit file
wiro.world
2 weeks ago
79251ace
8c6e27dd
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+7
2 changed files
expand all
collapse all
unified
split
home-manager
fragments
git.nix
profiles
desktop.nix
+2
home-manager/fragments/git.nix
···
34
34
".direnv/"
35
35
# Nix build result link
36
36
"result"
37
37
+
# lldb project config file
38
38
+
".lldbinit"
37
39
];
38
40
39
41
settings = {
+5
home-manager/profiles/desktop.nix
···
125
125
logs-dir=${config.xdg.stateHome}/npm/logs
126
126
'';
127
127
128
128
+
home.file.".lldbinit".text = ''
129
129
+
# Very annoying behaviour
130
130
+
settings set show-statusline true
131
131
+
'';
132
132
+
128
133
programs.broot.enable = true;
129
134
130
135
stylix.targets.qt.enable = false;