home-manager tests

This commit is contained in:
iFargle 2023-06-30 23:10:57 +09:00
parent e700d2adfe
commit 91faf41fca

View file

@ -1,16 +1,9 @@
{ config, pkgs, ... }:
{ config, pkgs, ... }: {
# Home-Manager Manual
# https://nix-community.github.io/home-manager/index.html
# Home-Manager Options Search
# https://mipmip.github.io/home-manager-option-search/
let
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz";
in
{
imports = [
(import "${home-manager}/nixos")
];
home-manager.users.albert = {
home.stateVersion = "23.05";