typo
This commit is contained in:
parent
0015c62414
commit
5ad0eaea4f
2 changed files with 10 additions and 9 deletions
|
|
@ -23,4 +23,14 @@ in
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
programs = {
|
||||||
|
chromium = {
|
||||||
|
enable = true;
|
||||||
|
extensions = [
|
||||||
|
"jplnlifepflhkbkgonidnobkakhmpnmh" #PIA
|
||||||
|
"nngceckbapebfimnlniiiahkandclblb" #Bitwarden
|
||||||
|
"hlkenndednhfkekhgcdicdfddnkalmdm" #Cookie Editor
|
||||||
|
]
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,15 +35,6 @@ in
|
||||||
protontricks.enable = lib.mkDefault true;
|
protontricks.enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
gamemode.enable = true;
|
gamemode.enable = true;
|
||||||
|
|
||||||
chromium = {
|
|
||||||
enable = true;
|
|
||||||
extensions = [
|
|
||||||
"jplnlifepflhkbkgonidnobkakhmpnmh" #PIA
|
|
||||||
"nngceckbapebfimnlniiiahkandclblb" #Bitwarden
|
|
||||||
"hlkenndednhfkekhgcdicdfddnkalmdm" #Cookie Editor
|
|
||||||
]
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue