Compare commits
3 commits
7589d38ec7
...
4865210071
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4865210071 | ||
|
|
92647d6b6e | ||
|
|
268197731f |
|
|
@ -77,8 +77,9 @@ rec {
|
|||
upower
|
||||
glib # provides trash and mount (latter may supplant udisks2?)
|
||||
xdg-terminal-exec
|
||||
nwg-displays
|
||||
wdisplays
|
||||
kalker
|
||||
tldr
|
||||
] ++ # Basic utilities
|
||||
[ bitwarden-cli htop snore hledger hledger-ui ]
|
||||
++ # Personalized selection of command-line (CLI/TUI) apps
|
||||
|
|
@ -102,7 +103,7 @@ rec {
|
|||
shotwell
|
||||
lorien
|
||||
keepassxc
|
||||
zulip
|
||||
# zulip # removed temporarily because of electron issue
|
||||
filezilla
|
||||
bitwarden
|
||||
activate-linux
|
||||
|
|
@ -139,7 +140,7 @@ rec {
|
|||
] ++ # Spell checking
|
||||
# [ papirus-icon-theme ] ++ # Icons
|
||||
# [ vanilla-dmz ] ++ # Cursor
|
||||
[ keyutils ] ++ # Temp
|
||||
[ keyutils android-file-transfer ] ++ # Temp
|
||||
[ ];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ X:^application/(zip|gzip|zstd|x-7z-compressed|x-xz|x-bzip*|x-tar|x-iso9660-image
|
|||
# PDF
|
||||
#-----------------------------
|
||||
|
||||
X:.*/pdf$=mupdf %x;sioyek %x;llpp %x;lpdf %x;zathura %x;mupdf-x11 %x;apvlv %x;xpdf %x;xreader %x;evince %x;atril %x;okular %x;epdfview %x;qpdfview %x
|
||||
X:.*/pdf$=mupdf %x;sioyek %x;llpp %x;lpdf %x;zathura %x;mupdf-x11 %x;apvlv %x;xpdf %x;xreader %x;evince %x;atril %x;okular %x;epdfview %x;qpdfview %x;inkscape %x
|
||||
|
||||
#-----------------------------
|
||||
# Images
|
||||
|
|
|
|||
Loading…
Reference in a new issue