1
0

hosts/krypton,configuration/desktop: setup basic gnome environment

This commit is contained in:
2023-06-19 22:20:47 +02:00
parent b481941eb2
commit 417a739547
7 changed files with 101 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
services.xserver.excludePackages = with pkgs; [
xterm
];
}