Update gnome
This commit is contained in:
parent
6491407399
commit
da0b844b68
1 changed files with 5 additions and 6 deletions
|
@ -16,9 +16,6 @@
|
|||
autorun = true;
|
||||
};
|
||||
|
||||
##### disable nvidia, very nice battery life.
|
||||
# hardware.nvidiaOptimus.disable = lib.mkDefault true;
|
||||
|
||||
services.xserver = {
|
||||
displayManager = {
|
||||
gdm = {
|
||||
|
@ -58,7 +55,6 @@
|
|||
totem
|
||||
gnome-characters
|
||||
gnome-tour
|
||||
gnome-photos
|
||||
yelp
|
||||
gnome-font-viewer
|
||||
gnome-connections
|
||||
|
@ -85,11 +81,14 @@
|
|||
|
||||
# General apps
|
||||
newsflash
|
||||
|
||||
gnome-photos
|
||||
|
||||
# Gnome relevant packages
|
||||
gnome-tweaks
|
||||
papirus-icon-theme
|
||||
dconf2nix # https://github.com/gvolpe/dconf2nix - This version is out of date. it's better to grab the github master branch and build
|
||||
# NOTE: This version is out of date. it's better to grab the github master branch and build
|
||||
# https://github.com/gvolpe/dconf2nix -
|
||||
dconf2nix
|
||||
ghostty # Terminal Emulator
|
||||
gnome-session
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue