1

Home: Fix typos

This commit is contained in:
2025-07-05 18:26:23 +02:00
parent f7038cef04
commit bd2a2dc666
3 changed files with 2 additions and 4 deletions

View File

@ -39,8 +39,6 @@ rec {
};
modules = {
ags.enable = false; # TODO: Configure
chromium = {
enable = true;
google = false;

View File

@ -7,7 +7,7 @@
}: let
inherit (config.modules) docs;
in {
options.modules.latex = import ./options.nix {inherit lib mylib;};
options.modules.docs = import ./options.nix {inherit lib mylib;};
config = lib.mkIf docs.enable {
home = {

View File

@ -18,7 +18,7 @@ in {
}
];
programs.rmcp.enable = true;
programs.rmpc.enable = true;
home.file = {
".config/rmpc/config.ron".text = ''