add files dummy
This commit is contained in:
33
system-config/configuration/android/default.nix
Normal file
33
system-config/configuration/android/default.nix
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{ config, lib, pkgs, inputs, ... }: {
|
||||||
|
|
||||||
|
home-manager = {
|
||||||
|
backupFileExtension = ".backup";
|
||||||
|
config = lib.mkMerge [
|
||||||
|
inputs.nix-on-droid-home-manager
|
||||||
|
{
|
||||||
|
config.homeconfig = {
|
||||||
|
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";
|
||||||
|
|
||||||
|
user.shell = "${pkgs.zsh}/bin/zsh";
|
||||||
|
|
||||||
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
etcBackupExtension = ".backup";
|
||||||
|
motd = "";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user