mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-12 16:06:25 +00:00
minor
This commit is contained in:
parent
b63bf97a34
commit
13b6506163
3 changed files with 7 additions and 0 deletions
3
NOTES
3
NOTES
|
@ -92,9 +92,12 @@ clear; sudo nixos-rebuild dry-activate --flake .#${hostname}
|
|||
services.pcscd.enable = true;
|
||||
|
||||
https://mt-caret.github.io/blog/posts/2020-06-29-optin-state.html
|
||||
https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/
|
||||
|
||||
|
||||
------------------------------------------
|
||||
------------------------------------------
|
||||
|
||||
|
||||
building the system configuration...
|
||||
warning: Git tree '/home/gburd/ws/nix-config' is dirty
|
||||
|
|
|
@ -36,5 +36,6 @@
|
|||
# udev.packages = [ pkgs.gnome.gnome-settings-daemon ];
|
||||
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,4 +13,7 @@
|
|||
gnupg
|
||||
pinentry
|
||||
];
|
||||
# dconf
|
||||
# settings reset org.gnome.desktop.input-sources xkb-options
|
||||
# gsettings reset org.gnome.desktop.input-sources sources
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue