Flake: add nixpkgs pr 277661
This commit is contained in:
parent
502074653c
commit
afec7ca0bc
2 changed files with 24 additions and 0 deletions
|
|
@ -81,6 +81,7 @@
|
||||||
src = nixpkgs-unstable-raw;
|
src = nixpkgs-unstable-raw;
|
||||||
patches = [
|
patches = [
|
||||||
./nixpkgs-patches/pr277661.patch
|
./nixpkgs-patches/pr277661.patch
|
||||||
|
./nixpkgs-patches/pr284962.patch
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||||
|
|
|
||||||
23
nixpkgs-patches/pr284962.patch
Normal file
23
nixpkgs-patches/pr284962.patch
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
From 0f34032f5a31b46da08126c9ccec16ffaab964fe Mon Sep 17 00:00:00 2001
|
||||||
|
From: K900 <me@0upti.me>
|
||||||
|
Date: Tue, 30 Jan 2024 11:38:10 +0300
|
||||||
|
Subject: [PATCH] nixos/plasma5: install missing style plugins
|
||||||
|
|
||||||
|
---
|
||||||
|
nixos/modules/services/x11/desktop-managers/plasma5.nix | 3 +++
|
||||||
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
|
||||||
|
index 38c858aaef0533..1611d77d81cf15 100644
|
||||||
|
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
|
||||||
|
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
|
||||||
|
@@ -253,6 +253,9 @@ in
|
||||||
|
plasma-integration
|
||||||
|
polkit-kde-agent
|
||||||
|
|
||||||
|
+ qqc2-breeze-style
|
||||||
|
+ qqc2-desktop-style
|
||||||
|
+
|
||||||
|
plasma-desktop
|
||||||
|
plasma-workspace
|
||||||
|
plasma-workspace-wallpapers
|
||||||
Loading…
Add table
Add a link
Reference in a new issue