import
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user