This commit is contained in:
Daniel Langbein 2023-09-18 16:39:16 +02:00
parent 396d85750c
commit a7b6a463c8
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 6 additions and 14 deletions

View File

@ -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

View File

@ -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;