2023-05-17 17:10:18 +01:00
|
|
|
{pkgs, ...}: {
|
2023-06-13 09:22:47 +01:00
|
|
|
imports = [../personal.nix ../desktop/picom.nix];
|
2023-05-16 09:13:59 +01:00
|
|
|
home.username = "xenia";
|
|
|
|
home.homeDirectory = "/home/xenia";
|
|
|
|
home.stateVersion = "22.11";
|
2023-05-28 15:12:46 +01:00
|
|
|
home.packages = with pkgs; [prismlauncher nomachine-client];
|
2023-05-16 09:13:59 +01:00
|
|
|
}
|