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

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

  home.stateVersion = "24.11";
}