diff --git a/README.md b/README.md index ae7d5bf..63d2285 100644 --- a/README.md +++ b/README.md @@ -251,19 +251,6 @@ Summary: sudo nixos-generate-config --dir hosts/$(hostname) ``` -## GNOME extensions - -* https://github.com/nix-community/home-manager/issues/284#issuecomment-531384656 -* https://github.com/nix-community/home-manager/issues/284#issuecomment-1321199263 - * Search for packaged - extensions: https://search.nixos.org/packages?channel=23.05&from=0&size=50&sort=relevance&type=packages&query=gnomeExtensions - * One has to re-login after - changes: https://github.com/nix-community/home-manager/issues/284#issuecomment-1328269433 - -```shell -# TODO -``` - ## Run an AppImage * https://nixos.wiki/wiki/Appimage diff --git a/modules/gnome-extensions.nix b/modules/gnome-extensions.nix index 117a857..f94bc8b 100644 --- a/modules/gnome-extensions.nix +++ b/modules/gnome-extensions.nix @@ -1,9 +1,14 @@ { config, pkgs, ... }: { - # https://github.com/nix-community/home-manager/issues/284#issuecomment-1321199263 + # Example: https://github.com/nix-community/home-manager/issues/284#issuecomment-1321199263 # https://the-empire.systems/nixos-gnome-settings-and-keyboard-shortcuts # https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/ + # + # Search for packaged extensions: https://search.nixos.org/packages?channel=23.05&from=0&size=50&sort=relevance&type=packages&query=gnomeExtensions + # Add non-packaged extension: https://github.com/nix-community/home-manager/issues/284#issuecomment-531384656 + # + # One has to re-login after changes: https://github.com/nix-community/home-manager/issues/284#issuecomment-1328269433 programs.dconf.enable = true;