Add DarkTable
This commit is contained in:
parent
92408ce6fa
commit
39346bf0b9
1 changed files with 11 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue