Add note about fullscreen avoider

This commit is contained in:
Tyler Starr 2024-04-08 20:11:48 -07:00
parent c922e85afb
commit 072005e78c
2 changed files with 11 additions and 0 deletions

View File

@ -133,3 +133,9 @@ Open vault folder in obsidian and change the `.obsidian` folder in settings.
## Wifi on Shivan
Connect to wifi network with: `nmcli device wifi connect <SSID> password <password>`.
## Gnome Extensions
The following extensions don't work from nixpkgs easily. For now install manually:
- [Fullscreen Avoider](https://extensions.gnome.org/extension/4362/fullscreen-avoider/)

View File

@ -18,7 +18,10 @@ in {
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
gnome.dconf-editor
gnome.gnome-tweaks
gnomeExtensions.focus-changer
# TODO: Add back when fixed upstream
#gnomeExtensions.fullscreen-avoider
];
# Enable wayland gnome
@ -53,6 +56,8 @@ in {
disable-user-extensions = false;
enabled-extensions = [
"focus-changer@heartmire"
"workspace-indicator@gnome-shell-extensions.gcampax.github.com"
"fullscreen-avoider@noobsai.github.com"
];
};
"org/gnome/mutter" = {