Home: Fix typos
This commit is contained in:
@ -39,8 +39,6 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
ags.enable = false; # TODO: Configure
|
|
||||||
|
|
||||||
chromium = {
|
chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
google = false;
|
google = false;
|
||||||
|
@ -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 = {
|
||||||
|
@ -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 = ''
|
||||||
|
Reference in New Issue
Block a user