mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add krita
This commit is contained in:
parent
5610d08d69
commit
07c1cbaaba
2 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
common/optional/media
|
||||
common/optional/gaming
|
||||
common/optional/misc/gromit-mpx.nix
|
||||
common/optional/misc/art.nix
|
||||
];
|
||||
|
||||
monitors = [
|
||||
|
|
|
|||
8
home/crow/common/optional/misc/art.nix
Normal file
8
home/crow/common/optional/misc/art.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
krita
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue