Add qdirstat global application, switch back to konsole on desktop config
This commit is contained in:
parent
4c53f53b3b
commit
b4028b727e
|
|
@ -142,10 +142,10 @@
|
||||||
|
|
||||||
# Set konsole to be default terminal
|
# Set konsole to be default terminal
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
TERM = "cool-retro-term";
|
TERM = "konsole";
|
||||||
};
|
};
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
TERM = "cool-retro-term";
|
TERM = "konsole";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,7 @@ in
|
||||||
unityhub
|
unityhub
|
||||||
veracrypt
|
veracrypt
|
||||||
boxbuddy
|
boxbuddy
|
||||||
|
qdirstat
|
||||||
|
|
||||||
mpdcron
|
mpdcron
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue