nix-on-droid home manager integration
This commit is contained in:
@@ -44,4 +44,10 @@
|
||||
|
||||
# Set your time zone
|
||||
#time.timeZone = "Europe/Berlin";
|
||||
|
||||
home-manager = {
|
||||
config = ./home.nix
|
||||
backupFileExtension = "hm-bak"
|
||||
useGlobalPkgs = true;
|
||||
};
|
||||
}
|
||||
|
||||
8
hosts/android/home.nix
Normal file
8
hosts/android/home.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Read the changelog before changing this value
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
# insert home-manager config
|
||||
}
|
||||
Reference in New Issue
Block a user