Compare commits
1 Commits
688bcf2ace
...
32eab76974
| Author | SHA1 | Date | |
|---|---|---|---|
| 32eab76974 |
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user