templates: add templates for some use cases

This commit is contained in:
Tobias Happ 2022-09-25 17:35:43 +02:00
parent 8b33a28370
commit f4edb7be86
8 changed files with 271 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
# Read the changelog before changing this value
home.stateVersion = "22.05";
# insert home-manager config
}