Add DarkTable
This commit is contained in:
parent
39346bf0b9
commit
6c80e5394d
1 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
pkgs-unstable.vintagestory
|
pkgs-unstable.vintagestory
|
||||||
pkgs.steam
|
|
||||||
|
|
||||||
# TOR
|
# TOR
|
||||||
pkgs.tor-browser
|
pkgs.tor-browser
|
||||||
|
@ -23,10 +22,10 @@
|
||||||
pkgs.darktable
|
pkgs.darktable
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../common/software/gui/firefox.nix
|
../../common/software/gui/firefox.nix
|
||||||
|
|
Loading…
Reference in a new issue