enable gtk

This commit is contained in:
2023-08-06 09:17:38 +02:00
parent 683bd41f4f
commit dfbab59b45
8 changed files with 474 additions and 332 deletions

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
git
neofetch
tree
wget
];