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;
|
autorun = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
##### disable nvidia, very nice battery life.
|
|
||||||
# hardware.nvidiaOptimus.disable = lib.mkDefault true;
|
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
displayManager = {
|
displayManager = {
|
||||||
gdm = {
|
gdm = {
|
||||||
|
@ -58,7 +55,6 @@
|
||||||
totem
|
totem
|
||||||
gnome-characters
|
gnome-characters
|
||||||
gnome-tour
|
gnome-tour
|
||||||
gnome-photos
|
|
||||||
yelp
|
yelp
|
||||||
gnome-font-viewer
|
gnome-font-viewer
|
||||||
gnome-connections
|
gnome-connections
|
||||||
|
@ -85,11 +81,14 @@
|
||||||
|
|
||||||
# General apps
|
# General apps
|
||||||
newsflash
|
newsflash
|
||||||
|
gnome-photos
|
||||||
|
|
||||||
# Gnome relevant packages
|
# Gnome relevant packages
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
papirus-icon-theme
|
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
|
ghostty # Terminal Emulator
|
||||||
gnome-session
|
gnome-session
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue