This commit is contained in:
2026-01-21 21:40:46 -06:00
parent 688bcf2ace
commit 32eab76974

View File

@@ -16,10 +16,9 @@
sharedModules = [
inputs.sops-nix.homeManagerModules.sops
];
config = { config, lib, pkgs, ... }: {
imports = [
config = lib.mkMerge [
inputs.olympus.homes.nathan
];
({ config, lib, pkgs, ... }: {
config = {
homeconfig = {
graphical = false;
@@ -52,7 +51,8 @@
home.homeDirectory = "/data/data/com.termux.nix/files/home";
};
};
})
];
};
terminal.font = "${pkgs.fira-code}/share/fonts/truetype/FiraCode-VF.ttf";