forked from colonelpanic/dotfiles
[NixOS] Add home manager state versions for jimi-hendnix
This commit is contained in:
parent
4acd8fc50d
commit
9b9f5c6113
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, forEachUser, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@ -43,6 +43,10 @@
|
|||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.users = forEachUser {
|
||||||
|
home.stateVersion = "23.11";
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "jimi-hendnix";
|
networking.hostName = "jimi-hendnix";
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
Loading…
Reference in New Issue
Block a user