mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 01:24:01 +05:30
7 lines
92 B
Nix
7 lines
92 B
Nix
{ config, lib, pkgs, inputs, ... }:
|
|
|
|
{
|
|
config = {
|
|
home.stateVersion = "22.11";
|
|
};
|
|
}
|