update stylix to use kde instead of depracated kde6

This commit is contained in:
Lillian Violet 2025-09-01 12:48:40 +02:00
parent 1ddaa24297
commit d6e365af6c
4 changed files with 40 additions and 39 deletions

View file

@ -75,7 +75,7 @@
# Add any other flake you might need
# hardware.url = "github:nixos/nixos-hardware";
# Stylix theming engine
stylix.url = "github:danth/stylix";
stylix.url = "github:nix-community/stylix";
};
outputs = {
@ -144,7 +144,7 @@
./nixos/desktop
{
home-manager.sharedModules = [
inputs.plasma-manager.homeManagerModules.plasma-manager
inputs.plasma-manager.homeModules.plasma-manager
./home-manager/desktop
];
}
@ -248,7 +248,7 @@
jovian.nixosModules.jovian
{
home-manager.sharedModules = [
inputs.plasma-manager.homeManagerModules.plasma-manager
inputs.plasma-manager.homeModules.plasma-manager
];
}
];