11 lines
145 B
Nix
11 lines
145 B
Nix
|
{ lib, inputs, config, pkgs, home, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
../../home/x11.nix
|
||
|
../../home/chromium
|
||
|
];
|
||
|
|
||
|
home.stateVersion = "24.05";
|
||
|
}
|