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 = { modules = {
ags.enable = false; # TODO: Configure
chromium = { chromium = {
enable = true; enable = true;
google = false; google = false;

View File

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

View File

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