fix: remove hibernation stuff from shared module
Some checks failed
/ check (push) Failing after 3m55s

This commit is contained in:
Daniel Flanagan 2025-02-21 15:12:50 -06:00
parent 7f6cc673a3
commit c0e1fa60da

View file

@ -494,13 +494,13 @@ in
}; };
}; };
# home = { home = {
# packages = with pkgs.gnomeExtensions; [ packages = with pkgs.gnomeExtensions; [
# tiling-shell tiling-shell
# blur-my-shell blur-my-shell
# appindicator appindicator
# ]; ];
# }; };
programs.gnome-shell = { programs.gnome-shell = {
enable = true; enable = true;
@ -512,7 +512,6 @@ in
tiling-shell tiling-shell
blur-my-shell blur-my-shell
appindicator appindicator
hibernate-status-button
] ]
); );
}; };