Add art software
This commit is contained in:
parent
ee94662fd1
commit
19089fd683
1 changed files with 4 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
environment.systemPackages = [ ffcheck ] ++ (with pkgs; [
|
||||
# Chat clients
|
||||
discord
|
||||
slack
|
||||
|
|
@ -84,17 +84,18 @@ in
|
|||
|
||||
# Art and 3D
|
||||
inkscape
|
||||
gimp
|
||||
krita
|
||||
openscad-unstable
|
||||
bambu-studio
|
||||
|
||||
# Multimedia
|
||||
vlc
|
||||
ffmpeg
|
||||
ffcheck
|
||||
|
||||
# Productivity
|
||||
obsidian
|
||||
];
|
||||
]);
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue