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