This repository has been archived on 2024-09-22. You can view files and clone it, but cannot push or open issues or pull requests.
nix-on-droid/home.nix
2024-07-23 17:03:15 +02:00

10 lines
95 B
Nix

{ pkgs, ... }:
{
home.stateVersion = "24.05";
imports = [
./home
];
}