config cleanup
This commit is contained in:
parent
80d25c36ac
commit
5ea6cc94d5
4 changed files with 13 additions and 8 deletions
|
|
@ -52,6 +52,11 @@
|
||||||
# ruff
|
# ruff
|
||||||
# ruff-lsp
|
# ruff-lsp
|
||||||
|
|
||||||
|
# go
|
||||||
|
go
|
||||||
|
gopls
|
||||||
|
delve
|
||||||
|
|
||||||
#rust
|
#rust
|
||||||
bacon
|
bacon
|
||||||
cargo-feature
|
cargo-feature
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
ouch
|
ouch
|
||||||
pueue
|
pueue
|
||||||
ripgrep
|
ripgrep
|
||||||
rustdesk
|
# rustdesk
|
||||||
# screen
|
# screen
|
||||||
skim
|
skim
|
||||||
tree
|
tree
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
users.users.tao.packages = with pkgs; [
|
users.users.tao.packages = with pkgs; [
|
||||||
# freerdp
|
freerdp
|
||||||
# nixos-anywhere
|
nixos-anywhere
|
||||||
# cloud-hypervisor
|
cloud-hypervisor
|
||||||
# fractal
|
# fractal
|
||||||
# kdeconnect
|
# kdeconnect
|
||||||
# libsForQt5.kcharselect
|
# libsForQt5.kcharselect
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
typst
|
typst
|
||||||
typst-fmt
|
typst-fmt
|
||||||
# typst-lsp
|
# typst-lsp
|
||||||
# vial
|
vial
|
||||||
wezterm
|
wezterm
|
||||||
wl-clipboard-rs
|
wl-clipboard-rs
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@ local config = {
|
||||||
warn_about_missing_glyphs = false,
|
warn_about_missing_glyphs = false,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
|
-- enable_wayland = false,
|
||||||
-- webgpu_power_preference = 'LowPower',
|
webgpu_power_preference = 'LowPower',
|
||||||
-- front_end = 'WebGpu',
|
front_end = 'WebGpu',
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue