added zapret.nix
This commit is contained in:
+7
-1
@@ -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
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user