blender stylix fails for trantor

This commit is contained in:
William 2025-06-06 15:34:29 -03:00
parent 3625ee327b
commit 481f3d32b3
3 changed files with 23 additions and 15 deletions

View file

@ -167,17 +167,17 @@
};
};
trantor = {
hostname = "trantor";
profiles = {
system = {
user = "root";
sshUser = "root";
remoteBuild = true;
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.alexandria;
};
};
};
# trantor = {
# hostname = "trantor";
# profiles = {
# system = {
# user = "root";
# sshUser = "root";
# remoteBuild = true;
# path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.alexandria;
# };
# };
# };
io = {
hostname = "io";

View file

@ -1,7 +1,8 @@
{...}:
{ ... }:
{
imports = [
./programs.nix
];
imports = [
./programs.nix
./stylix.nix
];
}

7
users/modules/stylix.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
stylix.targets = {
blender.enable = false;
};
}