update stylix to use kde instead of depracated kde6
This commit is contained in:
parent
1ddaa24297
commit
d6e365af6c
4 changed files with 40 additions and 39 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue