added zapret.nix

This commit is contained in:
2025-06-08 10:36:13 +03:00
parent f3150a6c99
commit 72f0c6057c
8 changed files with 43 additions and 39 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
{ config, ... }:
{ pkgs, ... }:
{
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
environment.gnome.excludePackages =
(with pkgs; [
gnome-tour
epiphany
gnome-disk-utility
]);
}