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

View File

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