Remove unused theme configurations

This commit is contained in:
panotaka
2023-12-07 10:09:48 -04:00
parent 85c6d7018d
commit 4a3c3b23db
5 changed files with 0 additions and 21 deletions

View File

@@ -50,11 +50,6 @@
modules = [
./home
./home/shell
inputs.stylix.homeManagerModules.stylix
./themes/sandstone-forest
./themes/targets/foot.nix
./themes/targets/kitty.nix
./themes/targets/vscode.nix
];
};
};

View File

@@ -1,4 +0,0 @@
{
stylix.autoEnable = false;
stylix.targets.foot.enable = true;
}

View File

@@ -1,4 +0,0 @@
{
stylix.autoEnable = false;
stylix.targets.kde.enable = true;
}

View File

@@ -1,4 +0,0 @@
{
stylix.autoEnable = false;
stylix.targets.kitty.enable = true;
}

View File

@@ -1,4 +0,0 @@
{
stylix.autoEnable = false;
stylix.targets.vscode.enable = true;
}