This commit is contained in:
Julian Sutter 2023-03-06 10:41:49 -08:00
parent d0efd4fe0d
commit 031b55657f
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# programs.python.enable = true;
} }

View file

@ -106,6 +106,7 @@
zerotierone zerotierone
unzip unzip
clinfo clinfo
python3
]; ];
services.xserver.excludePackages = [ pkgs.xterm ]; services.xserver.excludePackages = [ pkgs.xterm ];