mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 14:43:59 +05:30
11 lines
139 B
Nix
11 lines
139 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
config = {
|
|
home.stateVersion = "22.11";
|
|
home.packages = with pkgs; [
|
|
nil nixd
|
|
nixdoc
|
|
];
|
|
};
|
|
}
|