blender stylix fails for trantor
This commit is contained in:
parent
3625ee327b
commit
481f3d32b3
3 changed files with 23 additions and 15 deletions
22
flake.nix
22
flake.nix
|
|
@ -167,17 +167,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
trantor = {
|
# trantor = {
|
||||||
hostname = "trantor";
|
# hostname = "trantor";
|
||||||
profiles = {
|
# profiles = {
|
||||||
system = {
|
# system = {
|
||||||
user = "root";
|
# user = "root";
|
||||||
sshUser = "root";
|
# sshUser = "root";
|
||||||
remoteBuild = true;
|
# remoteBuild = true;
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.alexandria;
|
# path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.alexandria;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
io = {
|
io = {
|
||||||
hostname = "io";
|
hostname = "io";
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{...}:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./programs.nix
|
./programs.nix
|
||||||
];
|
./stylix.nix
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
users/modules/stylix.nix
Normal file
7
users/modules/stylix.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
stylix.targets = {
|
||||||
|
blender.enable = false;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue