Compare commits
No commits in common. "48652100719ee934613e9356cc19473d18de8eb6" and "7589d38ec70ea98910e8779895231e21eb87ff30" have entirely different histories.
4865210071
...
7589d38ec7
|
|
@ -77,9 +77,8 @@ rec {
|
|||
upower
|
||||
glib # provides trash and mount (latter may supplant udisks2?)
|
||||
xdg-terminal-exec
|
||||
wdisplays
|
||||
nwg-displays
|
||||
kalker
|
||||
tldr
|
||||
] ++ # Basic utilities
|
||||
[ bitwarden-cli htop snore hledger hledger-ui ]
|
||||
++ # Personalized selection of command-line (CLI/TUI) apps
|
||||
|
|
@ -103,7 +102,7 @@ rec {
|
|||
shotwell
|
||||
lorien
|
||||
keepassxc
|
||||
# zulip # removed temporarily because of electron issue
|
||||
zulip
|
||||
filezilla
|
||||
bitwarden
|
||||
activate-linux
|
||||
|
|
@ -140,7 +139,7 @@ rec {
|
|||
] ++ # Spell checking
|
||||
# [ papirus-icon-theme ] ++ # Icons
|
||||
# [ vanilla-dmz ] ++ # Cursor
|
||||
[ keyutils android-file-transfer ] ++ # Temp
|
||||
[ keyutils ] ++ # 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;inkscape %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
|
||||
|
||||
#-----------------------------
|
||||
# Images
|
||||
|
|
|
|||
Loading…
Reference in a new issue