8 lines
228 B
Nix
8 lines
228 B
Nix
{pkgs, ...}: {
|
|
imports = [../personal.nix ../desktop/picom.nix];
|
|
home.username = "xenia";
|
|
home.homeDirectory = "/home/xenia";
|
|
home.stateVersion = "22.11";
|
|
home.packages = with pkgs; [prismlauncher nomachine-client];
|
|
}
|