chore: remove nnn in favor of dolphin and sort out packages
This commit is contained in:
parent
272f4466ad
commit
6a036181b9
|
@ -41,8 +41,6 @@
|
||||||
# /etc/profiles/per-user/wizardlink/etc/profile.d/hm-session-vars.sh
|
# /etc/profiles/per-user/wizardlink/etc/profile.d/hm-session-vars.sh
|
||||||
# if you don't want to manage your shell through Home Manager.
|
# if you don't want to manage your shell through Home Manager.
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
NNN_FIFO = "/tmp/nnn.fifo";
|
|
||||||
NNN_PLUG = "v:preview-tui";
|
|
||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -81,15 +79,16 @@
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
# Utilities
|
# Utilities
|
||||||
vesktop
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
discord
|
discord
|
||||||
|
dolphin
|
||||||
firefox
|
firefox
|
||||||
logseq
|
logseq
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qbittorrent
|
qbittorrent
|
||||||
tigervnc
|
tigervnc
|
||||||
|
vesktop
|
||||||
vlc
|
vlc
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zathura
|
zathura
|
||||||
|
@ -123,15 +122,7 @@
|
||||||
mako
|
mako
|
||||||
slurp
|
slurp
|
||||||
swww
|
swww
|
||||||
wl-clipboard # Clipboard for Wayland
|
wl-clipboard
|
||||||
xclip # Clipboard fo X11
|
|
||||||
|
|
||||||
# File management
|
|
||||||
atool
|
|
||||||
glow
|
|
||||||
imagemagick
|
|
||||||
nnn
|
|
||||||
poppler
|
|
||||||
|
|
||||||
## Theming
|
## Theming
|
||||||
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||||
|
|
Loading…
Reference in a new issue