test
This commit is contained in:
parent
8bbde0a258
commit
e6a1fc180c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, unstable-pkgs, test, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
services.xserver = {
|
||||
# Enable the GNOME Desktop Environment.
|
||||
displayManager.gdm.enable = true;
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
# https://nixos.wiki/wiki/GNOME
|
||||
# Remove unwanted packages
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
environment.gnome.excludePackages = (with unstable-nixpkgs; [
|
||||
gnome.cheese
|
||||
gnome.gnome-music
|
||||
gnome.epiphany
|
||||
|
@ -31,7 +31,7 @@
|
|||
gnome.simple-scan
|
||||
]);
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
environment.systemPackages = with unstable-nixpkgs; [
|
||||
# Gnome Extensions
|
||||
gnomeExtensions.tiling-assistant
|
||||
gnomeExtensions.dash-to-dock
|
||||
|
|
Loading…
Reference in a new issue