mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
8 lines
146 B
Nix
8 lines
146 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
# Read the changelog before changing this value
|
|
home.stateVersion = "24.11";
|
|
|
|
# insert home-manager config
|
|
}
|