update some conf
This commit is contained in:
parent
53b61aee6a
commit
ae6de9e7e6
2 changed files with 12 additions and 10 deletions
|
@ -39,6 +39,7 @@ in {
|
||||||
nixd = {};
|
nixd = {};
|
||||||
nil = {
|
nil = {
|
||||||
initialization_options = {
|
initialization_options = {
|
||||||
|
autoArchive = true;
|
||||||
formatting = {
|
formatting = {
|
||||||
command = ["alejandra" "--quiet" "--"];
|
command = ["alejandra" "--quiet" "--"];
|
||||||
};
|
};
|
||||||
|
|
|
@ -162,8 +162,9 @@ in
|
||||||
launchers = [
|
launchers = [
|
||||||
"preferred://filemanager"
|
"preferred://filemanager"
|
||||||
"preferred://browser"
|
"preferred://browser"
|
||||||
"preferred://terminal"
|
"preferred://terminalemulator"
|
||||||
"preferred://editor"
|
"preferred://email"
|
||||||
|
"applications:zed.desktop"
|
||||||
"applications:vesktop.desktop"
|
"applications:vesktop.desktop"
|
||||||
"applications:steam.desktop"
|
"applications:steam.desktop"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue