fix: remove hibernation stuff from shared module
Some checks failed
/ check (push) Failing after 3m55s
Some checks failed
/ check (push) Failing after 3m55s
This commit is contained in:
parent
7f6cc673a3
commit
c0e1fa60da
1 changed files with 7 additions and 8 deletions
|
@ -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
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue