spismeg
This commit is contained in:
parent
3708a5690c
commit
97263f394d
2
.envrc
2
.envrc
|
@ -18,7 +18,7 @@ if ! test -s .direnv/pull-date || test "$now" != "$(cat .direnv/pull-date)"; the
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if ! test -s .remote.toml; then
|
if ! test -f .remote.toml; then
|
||||||
use flake .#envrc-local
|
use flake .#envrc-local
|
||||||
else
|
else
|
||||||
use flake .#envrc-remote
|
use flake .#envrc-remote
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
dos2unix
|
dos2unix
|
||||||
|
|
||||||
pandoc
|
pandoc # TODO: typst and latex
|
||||||
graphviz
|
graphviz
|
||||||
vgmstream
|
vgmstream
|
||||||
gallery-dl
|
gallery-dl
|
||||||
|
|
|
@ -115,10 +115,10 @@ in
|
||||||
#"org/gnome/desktop/session" = {
|
#"org/gnome/desktop/session" = {
|
||||||
# idle-delay = mkUint32 (5 * 60);
|
# idle-delay = mkUint32 (5 * 60);
|
||||||
#};
|
#};
|
||||||
#"org/gnome/settings-daemon/plugins/power" {
|
"org/gnome/settings-daemon/plugins/power" = {
|
||||||
# #sleep-inactive-ac-type = "suspend";
|
sleep-inactive-ac-type = "nothing";
|
||||||
# sleep-inactive-ac-type = "nothing";
|
sleep-inactive-battery-type = "suspend";
|
||||||
#};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
allowPendingPaneItems: false
|
allowPendingPaneItems: false
|
||||||
autoHideMenuBar: true
|
autoHideMenuBar: true
|
||||||
customFileTypes:
|
customFileTypes:
|
||||||
'source.makefile': [
|
"source.makefile": [
|
||||||
'justfile'
|
"justfile"
|
||||||
]
|
]
|
||||||
disabledPackages: [
|
disabledPackages: [
|
||||||
"language-python"
|
"language-python"
|
||||||
|
@ -144,6 +144,11 @@
|
||||||
fontSize: 11
|
fontSize: 11
|
||||||
pigments:
|
pigments:
|
||||||
mergeColorDuplicates: true
|
mergeColorDuplicates: true
|
||||||
|
"pulsar-ide-python":
|
||||||
|
pylsPlugins:
|
||||||
|
jedi_definition:
|
||||||
|
follow_builtin_imports: true
|
||||||
|
follow_imports: true
|
||||||
"spell-check":
|
"spell-check":
|
||||||
grammars: [
|
grammars: [
|
||||||
"source.asciidoc"
|
"source.asciidoc"
|
||||||
|
@ -172,6 +177,7 @@
|
||||||
hideIgnoredNames: true
|
hideIgnoredNames: true
|
||||||
hideVcsIgnoredFiles: true
|
hideVcsIgnoredFiles: true
|
||||||
welcome:
|
welcome:
|
||||||
|
showChangeLog: false
|
||||||
showOnStartup: false
|
showOnStartup: false
|
||||||
whitespace: {}
|
whitespace: {}
|
||||||
wordcount:
|
wordcount:
|
||||||
|
|
Loading…
Reference in New Issue