Compare commits
3 commits
7589d38ec7
...
4865210071
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4865210071 | ||
|
|
92647d6b6e | ||
|
|
268197731f |
|
|
@ -77,8 +77,9 @@ rec {
|
||||||
upower
|
upower
|
||||||
glib # provides trash and mount (latter may supplant udisks2?)
|
glib # provides trash and mount (latter may supplant udisks2?)
|
||||||
xdg-terminal-exec
|
xdg-terminal-exec
|
||||||
nwg-displays
|
wdisplays
|
||||||
kalker
|
kalker
|
||||||
|
tldr
|
||||||
] ++ # Basic utilities
|
] ++ # Basic utilities
|
||||||
[ bitwarden-cli htop snore hledger hledger-ui ]
|
[ bitwarden-cli htop snore hledger hledger-ui ]
|
||||||
++ # Personalized selection of command-line (CLI/TUI) apps
|
++ # Personalized selection of command-line (CLI/TUI) apps
|
||||||
|
|
@ -102,7 +103,7 @@ rec {
|
||||||
shotwell
|
shotwell
|
||||||
lorien
|
lorien
|
||||||
keepassxc
|
keepassxc
|
||||||
zulip
|
# zulip # removed temporarily because of electron issue
|
||||||
filezilla
|
filezilla
|
||||||
bitwarden
|
bitwarden
|
||||||
activate-linux
|
activate-linux
|
||||||
|
|
@ -139,7 +140,7 @@ rec {
|
||||||
] ++ # Spell checking
|
] ++ # Spell checking
|
||||||
# [ papirus-icon-theme ] ++ # Icons
|
# [ papirus-icon-theme ] ++ # Icons
|
||||||
# [ vanilla-dmz ] ++ # Cursor
|
# [ vanilla-dmz ] ++ # Cursor
|
||||||
[ keyutils ] ++ # Temp
|
[ keyutils android-file-transfer ] ++ # Temp
|
||||||
[ ];
|
[ ];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
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
|
# 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
|
# Images
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue