mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-22 10:19:41 +01:00
templates: add templates for some use cases
This commit is contained in:
parent
8b33a28370
commit
f4edb7be86
8 changed files with 271 additions and 0 deletions
8
templates/advanced/home.nix
Normal file
8
templates/advanced/home.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Read the changelog before changing this value
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
# insert home-manager config
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue