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

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

  home.stateVersion = "25.05";
}