Merge branch 'main' of https://github.com/TrudeEH/dotfiles
This commit is contained in:
@@ -8,7 +8,7 @@ If you would like to use this repository, I recommend forking it and editing hom
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
```sh
|
```sh
|
||||||
curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh | bash
|
bash <(curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|||||||
8
home.nix
8
home.nix
@@ -222,6 +222,10 @@
|
|||||||
name = "GitHub";
|
name = "GitHub";
|
||||||
url = "https://github.com/";
|
url = "https://github.com/";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "WOL";
|
||||||
|
url = "https://wol.jw.org/pt-PT/";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@@ -299,6 +303,10 @@
|
|||||||
"background/picture-uri-dark" = "file:///${config.home.homeDirectory}/dotfiles/wallpapers/blobs-d.svg";
|
"background/picture-uri-dark" = "file:///${config.home.homeDirectory}/dotfiles/wallpapers/blobs-d.svg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
"show-battery-percentage" = true;
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions" = {
|
"org/gnome/shell/extensions" = {
|
||||||
"vitals/hot-sensors" = [
|
"vitals/hot-sensors" = [
|
||||||
"_memory_usage_"
|
"_memory_usage_"
|
||||||
|
|||||||
Reference in New Issue
Block a user