This commit is contained in:
iFargle 2023-07-02 19:05:44 +09:00
parent b7ec742ef0
commit 4c56dc8cc3

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ config, pkgs, unstable-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 unstable-pkgs; [
environment.gnome.excludePackages = (with pkgs; [
gnome.cheese
gnome.gnome-music
gnome.epiphany
@ -31,7 +31,7 @@
gnome.simple-scan
]);
environment.systemPackages = with unstable-pkgs; [
environment.systemPackages = with pkgs; [
# Gnome Extensions
gnomeExtensions.tiling-assistant
gnomeExtensions.dash-to-dock