summary refs log tree commit diff
path: root/machines/serpentine/home.nix
blob: feefa87a720f0ce8e5f3b3b56d2ec4cc245d7d40 (plain)
1
2
3
4
5
6
7
8
{ pkgs, ... }:

{
  imports = [
  ];

  home.stateVersion = "25.05";
}