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