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 = {
|
||||
# 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
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue