mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
Added krita and drawing tablet driver
This commit is contained in:
parent
34b0fc88b4
commit
2b68f22445
1 changed files with 12 additions and 5 deletions
|
@ -46,21 +46,28 @@ in
|
||||||
|
|
||||||
nodejs # required for coc-nvim
|
nodejs # required for coc-nvim
|
||||||
|
|
||||||
# Gui application
|
# Gui application
|
||||||
firefox
|
firefox # Internet access
|
||||||
obsidian
|
obsidian # Markdown and notes
|
||||||
darktable
|
darktable # RAW processing
|
||||||
|
inkscape # Vector drawing
|
||||||
|
krita # Raster drawing
|
||||||
|
|
||||||
libsForQt5.kate # kate/kwrite
|
libsForQt5.kate # kate/kwrite
|
||||||
libsForQt5.ark # kde archive manager
|
libsForQt5.ark # kde archive manager
|
||||||
|
|
||||||
|
# KWallet
|
||||||
libsForQt5.kwallet
|
libsForQt5.kwallet
|
||||||
libsForQt5.kwallet-pam
|
libsForQt5.kwallet-pam
|
||||||
libsForQt5.kwalletmanager
|
libsForQt5.kwalletmanager
|
||||||
inkscape
|
|
||||||
|
|
||||||
# Kdenlive and deps
|
# Kdenlive and deps
|
||||||
libsForQt5.kdenlive
|
libsForQt5.kdenlive
|
||||||
mediainfo
|
mediainfo
|
||||||
mlt
|
mlt
|
||||||
|
|
||||||
|
# Drawing tablet driver
|
||||||
|
opentabletdriver
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
|
Loading…
Reference in a new issue