Changed native-messaging-hosts file inclusion
This commit is contained in:
parent
b2c3bdefb1
commit
908cf3d026
2 changed files with 5 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Changed theme back
|
Changed native-messaging-hosts file inclusion
|
||||||
|
|
|
||||||
5
home.nix
5
home.nix
|
|
@ -45,5 +45,8 @@
|
||||||
|
|
||||||
home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list; };
|
home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list; };
|
||||||
|
|
||||||
home.file.".mozilla" = {source = ./mozilla; };
|
home.file.".mozilla/native-messaging-hosts" = {
|
||||||
|
source = ./mozilla/native-messaging-hosts;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue