mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs
This commit is contained in:
parent
396d85750c
commit
a7b6a463c8
13
README.md
13
README.md
@ -251,19 +251,6 @@ Summary:
|
|||||||
sudo nixos-generate-config --dir hosts/$(hostname)
|
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
|
## Run an AppImage
|
||||||
|
|
||||||
* https://nixos.wiki/wiki/Appimage
|
* https://nixos.wiki/wiki/Appimage
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
{ config, pkgs, ... }:
|
{ 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://the-empire.systems/nixos-gnome-settings-and-keyboard-shortcuts
|
||||||
# https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/
|
# 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;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user