mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-06 16:20:48 +00:00
update
This commit is contained in:
parent
c7ad18f028
commit
e890130a7a
3 changed files with 18 additions and 2 deletions
13
.config/helix/config.toml
Normal file
13
.config/helix/config.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
theme = "base16_transparent"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
line-number = "relative"
|
||||||
|
mouse = true
|
||||||
|
|
||||||
|
[editor.cursor-shape]
|
||||||
|
insert = "bar"
|
||||||
|
normal = "block"
|
||||||
|
select = "underline"
|
||||||
|
|
||||||
|
[editor.file-picker]
|
||||||
|
hidden = false
|
||||||
|
|
@ -103,7 +103,7 @@ env = XCURSOR_SIZE,24
|
||||||
#env = LIBVA_DRIVER_NAME,nvidia
|
#env = LIBVA_DRIVER_NAME,nvidia
|
||||||
env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
#env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
env = WLR_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0
|
env = WLR_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0
|
||||||
env = GDK_SCALE,1
|
env = GDK_SCALE,1
|
||||||
env = GDK_BACKEND,wayland,x11
|
env = GDK_BACKEND,wayland,x11
|
||||||
|
|
|
||||||
5
home.nix
5
home.nix
|
|
@ -19,7 +19,9 @@ in
|
||||||
# robot3t
|
# robot3t
|
||||||
nixpkgs-unstable.legacyPackages.${system}.jet-pilot
|
nixpkgs-unstable.legacyPackages.${system}.jet-pilot
|
||||||
k9s
|
k9s
|
||||||
|
prismlauncher
|
||||||
|
helix
|
||||||
|
rawtherapee
|
||||||
syncthingtray
|
syncthingtray
|
||||||
anki-bin
|
anki-bin
|
||||||
xournalpp
|
xournalpp
|
||||||
|
|
@ -106,6 +108,7 @@ in
|
||||||
udev-block-notify
|
udev-block-notify
|
||||||
|
|
||||||
appimage-run
|
appimage-run
|
||||||
|
mpv
|
||||||
|
|
||||||
heroic
|
heroic
|
||||||
heaptrack
|
heaptrack
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue