vitals install
This commit is contained in:
parent
9695d0f956
commit
00264749e6
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gnomeExtensions.grand-theft-focus
|
gnomeExtensions.grand-theft-focus
|
||||||
|
gnomeExtensions.vitals
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
# hello
|
# hello
|
||||||
|
@ -77,6 +78,7 @@
|
||||||
disable-user-extensions = false;
|
disable-user-extensions = false;
|
||||||
enabled-extensions = with pkgs.gnomeExtensions; [
|
enabled-extensions = with pkgs.gnomeExtensions; [
|
||||||
grand-theft-focus.extensionUuid
|
grand-theft-focus.extensionUuid
|
||||||
|
vitals.extensionUuid
|
||||||
];
|
];
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"firefox.desktop"
|
"firefox.desktop"
|
||||||
|
|
Loading…
Reference in a new issue