Refactor the whole configuration #1
1 changed files with 64 additions and 66 deletions
|
@ -1,8 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.files = {
|
home.file."${config.xdg.configHome}/mozilla/firefox/policies/policies.json" = {
|
||||||
"${config.xdg.configHome}/mozilla/firefox/policies/policies.json" = {
|
|
||||||
text = ''
|
text = ''
|
||||||
{
|
{
|
||||||
"policies": {
|
"policies": {
|
||||||
|
@ -69,5 +68,4 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue