bluetooth changes, update flakes
This commit is contained in:
parent
664eb70e8c
commit
2649174093
11 changed files with 92 additions and 896 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue