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

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

  home.stateVersion = "25.11";
}