My Nix Configuration

[homes.pyrox] Enable desktop profile

Changed files
+8
homes
x86_64-linux
pyrox
+8
homes/x86_64-linux/pyrox/default.nix
···
{
+
imports = [
+
./services/kanshi.nix
+
./files/pamKeys.nix
+
./files/distrobox-config.nix
+
];
snowfallorg.user = {
enable = true;
name = "pyrox";
home = "/home/pyrox";
+
};
+
py = {
+
profiles.desktop.enable = true;
};
}