mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added kdenlive and deps
This commit is contained in:
parent
99fd75f689
commit
dac53bc3e9
1 changed files with 9 additions and 3 deletions
12
home.nix
12
home.nix
|
@ -33,10 +33,14 @@ in
|
|||
stateVersion = "22.05";
|
||||
|
||||
packages = with pkgs; [
|
||||
# utilities
|
||||
ffmpeg-full
|
||||
frei0r # kdenlive video plugins
|
||||
|
||||
# commandline utils
|
||||
powerline
|
||||
neofetch
|
||||
ranger
|
||||
obsidian
|
||||
powerline
|
||||
|
||||
nodejs # required for coc-nvim
|
||||
|
||||
|
@ -46,7 +50,9 @@ in
|
|||
|
||||
# Gui application
|
||||
firefox
|
||||
libsForQt5.kate
|
||||
obsidian
|
||||
libsForQt5.kate # kate/kwrite
|
||||
kdenlive
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue