Initial commit of new configuration
This commit is contained in:
commit
3f3ec1c47c
17 changed files with 278 additions and 0 deletions
9
sets/graphics/art.nix
Normal file
9
sets/graphics/art.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
krita
|
||||
gimp
|
||||
];
|
||||
}
|
||||
|
8
sets/graphics/video.nix
Normal file
8
sets/graphics/video.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kdenlive
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue