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

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

  home.stateVersion = "24.05";
}