This commit is contained in:
Peder Bergebakken Sundt 2024-06-06 14:10:35 +02:00
parent 3708a5690c
commit 97263f394d
4 changed files with 14 additions and 8 deletions

2
.envrc
View File

@ -18,7 +18,7 @@ if ! test -s .direnv/pull-date || test "$now" != "$(cat .direnv/pull-date)"; the
fi
if ! test -s .remote.toml; then
if ! test -f .remote.toml; then
use flake .#envrc-local
else
use flake .#envrc-remote

View File

@ -50,7 +50,7 @@
dos2unix
pandoc
pandoc # TODO: typst and latex
graphviz
vgmstream
gallery-dl

View File

@ -115,10 +115,10 @@ in
#"org/gnome/desktop/session" = {
# idle-delay = mkUint32 (5 * 60);
#};
#"org/gnome/settings-daemon/plugins/power" {
# #sleep-inactive-ac-type = "suspend";
# sleep-inactive-ac-type = "nothing";
#};
"org/gnome/settings-daemon/plugins/power" = {
sleep-inactive-ac-type = "nothing";
sleep-inactive-battery-type = "suspend";
};
};
}

View File

@ -31,8 +31,8 @@
allowPendingPaneItems: false
autoHideMenuBar: true
customFileTypes:
'source.makefile': [
'justfile'
"source.makefile": [
"justfile"
]
disabledPackages: [
"language-python"
@ -144,6 +144,11 @@
fontSize: 11
pigments:
mergeColorDuplicates: true
"pulsar-ide-python":
pylsPlugins:
jedi_definition:
follow_builtin_imports: true
follow_imports: true
"spell-check":
grammars: [
"source.asciidoc"
@ -172,6 +177,7 @@
hideIgnoredNames: true
hideVcsIgnoredFiles: true
welcome:
showChangeLog: false
showOnStartup: false
whitespace: {}
wordcount: