dot_testing/boxes/aristotle/home.nix

10 lines
121 B
Nix
Raw Normal View History

2024-08-31 19:10:25 -05:00
{ lib, inputs, config, pkgs, home, ... }:
{
imports = [
../../home/x11.nix
];
home.stateVersion = "24.05";
}