12 lines
151 B
Nix
12 lines
151 B
Nix
{ lib, pkgs, osConfig, ... }:
|
|
{
|
|
imports = [
|
|
];
|
|
|
|
config = {
|
|
nixfiles.profile.base.enable = true;
|
|
|
|
home.stateVersion = "23.11";
|
|
};
|
|
}
|