dot_testing/boxes/aristotle/home.nix

11 lines
145 B
Nix
Raw Permalink Normal View History

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