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