Home: Fix typos
This commit is contained in:
@ -39,8 +39,6 @@ rec {
|
||||
};
|
||||
|
||||
modules = {
|
||||
ags.enable = false; # TODO: Configure
|
||||
|
||||
chromium = {
|
||||
enable = true;
|
||||
google = false;
|
||||
|
@ -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 = {
|
||||
|
@ -18,7 +18,7 @@ in {
|
||||
}
|
||||
];
|
||||
|
||||
programs.rmcp.enable = true;
|
||||
programs.rmpc.enable = true;
|
||||
|
||||
home.file = {
|
||||
".config/rmpc/config.ron".text = ''
|
||||
|
Reference in New Issue
Block a user