Add DarkTable

This commit is contained in:
albert 2024-07-11 21:45:19 +09:00
parent 92408ce6fa
commit 39346bf0b9
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,16 +1,26 @@
{ config, lib, pkgs, pkgs-unstable, desktop, inputs, system, ... }: {
# Steam, Vintage Story areu nfree.
environment.systemPackages = [
# General Desktop stuff
pkgs.bitwarden
pkgs.steam
pkgs.lutris
pkgs.vlc
# Gaming
pkgs-unstable.vintagestory
pkgs.steam
# TOR
pkgs.tor-browser
pkgs.onionshare
pkgs.onionshare-gui
# YubiKey GUI's
pkgs.yubikey-personalization
pkgs.yubikey-personalization-gui
# Image editing software
pkgs.darktable
];
programs.steam = {