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

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

  # lapin only got a home-manager
  # a year after i set it up!
  home.stateVersion = "24.05";
}