mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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
|
||||
|
||||
# Gui application
|
||||
firefox
|
||||
obsidian
|
||||
darktable
|
||||
# Gui application
|
||||
firefox # Internet access
|
||||
obsidian # Markdown and notes
|
||||
darktable # RAW processing
|
||||
inkscape # Vector drawing
|
||||
krita # Raster drawing
|
||||
|
||||
libsForQt5.kate # kate/kwrite
|
||||
libsForQt5.ark # kde archive manager
|
||||
|
||||
# KWallet
|
||||
libsForQt5.kwallet
|
||||
libsForQt5.kwallet-pam
|
||||
libsForQt5.kwalletmanager
|
||||
inkscape
|
||||
|
||||
# Kdenlive and deps
|
||||
libsForQt5.kdenlive
|
||||
mediainfo
|
||||
mlt
|
||||
|
||||
# Drawing tablet driver
|
||||
opentabletdriver
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue