Move krita to default installed programs

This commit is contained in:
Evie Litherland-Smith 2024-08-01 07:23:08 +01:00
parent 370940b696
commit 9fd1a670de
2 changed files with 5 additions and 8 deletions

View file

@ -14,6 +14,7 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
libreoffice-fresh libreoffice-fresh
krita
inkscape inkscape
webcord webcord
signal-desktop signal-desktop

View file

@ -1,12 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = home.packages = with pkgs; [
with pkgs;
with kdePackages;
[
helvum helvum
kdenlive kdenlive
krita
]; ];
programs.obs-studio = { programs.obs-studio = {
enable = true; enable = true;