more nix-on-droid
This commit is contained in:
@@ -1,23 +1,16 @@
|
|||||||
{ config, lib, pkgs, inputs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
backupFileExtension = ".backup";
|
backupFileExtension = ".backup";
|
||||||
config = lib.mkMerge [
|
config = { config, lib, pkgs, inputs }: {
|
||||||
inputs.nix-on-droid-home-manager
|
imports = [
|
||||||
{
|
inputs.nix-on-droid-home-manager
|
||||||
config.homeconfig = {
|
];
|
||||||
wal.enable = true;
|
config.homeconfig = {
|
||||||
calcurse.enable = true;
|
wal.enable = true;
|
||||||
};
|
calcurse.enable = true;
|
||||||
}
|
};
|
||||||
];
|
};
|
||||||
};
|
|
||||||
|
|
||||||
nix = {
|
|
||||||
nixPath = "nixpkgs=${inputs.nixpkgs-droid}";
|
|
||||||
extraOptions = ''
|
|
||||||
experimental-features = nix-command flakes
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
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