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

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

  home.stateVersion = "23.11";
}