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

{
  imports = [
    ../../modules/home/common.nix
    ../../modules/home/development-server.nix
  ];

  home.stateVersion = "25.05";
}