bluetooth changes, update flakes

This commit is contained in:
root 2026-05-04 08:37:03 -03:00
parent 664eb70e8c
commit 2649174093
No known key found for this signature in database
11 changed files with 92 additions and 896 deletions

View file

@ -14,6 +14,11 @@
home.username = "user";
home.homeDirectory = HOME;
home.stateVersion = "25.11";
home.sessionVariables = {
QMK_HOME = "${HOME}/var/qmk";
GOMODCACHE = "${HOME}/.cache/go_mod";
GOPATH = "${HOME}/.local/share/go";
};
imports = [
./nvim
@ -405,6 +410,7 @@
programs.firefox = {
enable = true;
package = pkgs.firefox;
configPath = ".mozilla/firefox";
nativeMessagingHosts = [
pkgs.browserpass
pkgs.tridactyl-native