home-manager tests
This commit is contained in:
parent
e700d2adfe
commit
91faf41fca
1 changed files with 1 additions and 8 deletions
|
@ -1,16 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }: {
|
||||||
# Home-Manager Manual
|
# Home-Manager Manual
|
||||||
# https://nix-community.github.io/home-manager/index.html
|
# https://nix-community.github.io/home-manager/index.html
|
||||||
|
|
||||||
# Home-Manager Options Search
|
# Home-Manager Options Search
|
||||||
# https://mipmip.github.io/home-manager-option-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-manager.users.albert = {
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
|
|
Loading…
Reference in a new issue