dot_testing/boxes/copernicus/home.nix

11 lines
145 B
Nix
Raw Permalink Normal View History

2024-07-22 01:22:27 -05:00
{ lib, inputs, config, pkgs, home, ... }:
{
imports = [
../../home/x11.nix
../../home/chromium
];
home.stateVersion = "23.11";
}