This commit is contained in:
Gregory Burd 2023-09-22 16:13:58 -04:00
parent b63bf97a34
commit 13b6506163
Signed by: greg
GPG key ID: AEFACC3FC495AF89
3 changed files with 7 additions and 0 deletions

3
NOTES
View file

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

View file

@ -36,5 +36,6 @@
# udev.packages = [ pkgs.gnome.gnome-settings-daemon ];
home.sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
};
}

View file

@ -13,4 +13,7 @@
gnupg
pinentry
];
# dconf
# settings reset org.gnome.desktop.input-sources xkb-options
# gsettings reset org.gnome.desktop.input-sources sources
}