mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General] Update to 24.11
Drop kwin backports Drop removed printing packages
This commit is contained in:
parent
69ee53452d
commit
d04b4a1f7d
11 changed files with 9 additions and 57 deletions
|
|
@ -100,9 +100,6 @@ in {
|
|||
# Enable color management
|
||||
services.colord.enable = true;
|
||||
|
||||
hardware.opengl.driSupport = true;
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
p7zip
|
||||
];
|
||||
|
|
@ -134,7 +131,7 @@ in {
|
|||
# package = pkgs.bluez;
|
||||
};
|
||||
|
||||
hardware.opengl.driSupport32Bit = mkDefault cfg.gaming.enable;
|
||||
hardware.graphics.enable32Bit = mkDefault cfg.gaming.enable;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
glxinfo
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ in {
|
|||
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = mkOverride 40 false;
|
||||
hardware.pulseaudio.enable = mkOverride 40 false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -16,40 +16,5 @@ in {
|
|||
|
||||
# We prefer Plasma Wayland
|
||||
services.displayManager.defaultSession = "plasma";
|
||||
|
||||
# Backport explicit sync patches
|
||||
nixpkgs.overlays = [(final: prev: {
|
||||
kdePackages = prev.kdePackages // {
|
||||
kwin = prev.kdePackages.kwin.overrideAttrs (old: {
|
||||
patches = old.patches ++ [
|
||||
(prev.fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kwin/-/commit/c99b3d52f254f3ec60fa27b3100aee79bb57a5f2.diff";
|
||||
hash = "sha256-2C5droOWbJjymz00ZfCYTT60qpXmfyvwGURZROTfzjQ=";
|
||||
})
|
||||
(prev.fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kwin/-/commit/4aac3914b8744b41d7aa8d9440f19dca4ba3480c.diff";
|
||||
hash = "sha256-qAgsiRGikIAu5+hZ/np4bAywORRx16zl5pJcZL/n3Jg=";
|
||||
})
|
||||
(prev.fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kwin/-/commit/c56576a62a167930bf1ce7e0130b1ded17fb4efb.diff";
|
||||
hash = "sha256-f9+1NUgsC18QUQZVRefDVnnKnMxJthBtj/SHQtZotgc=";
|
||||
})
|
||||
(prev.fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kwin/-/commit/272e856780c7386ff1aa3e063975ab1624954a7d.diff";
|
||||
hash = "sha256-kgzwhJ1qV78J6DbszVBS2uQfpy/1BVrdZ7IuRz3R4ps=";
|
||||
})
|
||||
(prev.fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kwin/-/commit/a5bcbf1c37e8e3a15c26b9b634204f2846b45dde.diff";
|
||||
hash = "sha256-Urx3NlaAwUoGds2UWQCeVtJxdIWJsfnSnIsZcXGA8MQ=";
|
||||
})
|
||||
(prev.fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kwin/-/commit/b162003695f34d64fff929056245c2046cf42e65.diff";
|
||||
hash = "sha256-prHXvmI8ByytOHgl90/BQe4Uuo3RYy+ByLlmGUXjf28=";
|
||||
})
|
||||
];
|
||||
});
|
||||
};
|
||||
})];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ in {
|
|||
cups-brother-hl1110
|
||||
cups-toshiba-estudio
|
||||
cups-brother-hl1210w
|
||||
hll2390dw-cups
|
||||
cups-brother-hl3140cw
|
||||
cups-brother-hll2340dw
|
||||
cups-drv-rastertosag-gdi
|
||||
|
|
@ -65,7 +64,6 @@ in {
|
|||
"cups-toshiba-estudio"
|
||||
"cups-brother-hl1210w"
|
||||
"cups-brother-hl1210W"
|
||||
"hll2390dw-cups"
|
||||
"cups-brother-hl3140cw"
|
||||
"cups-brother-hll2340dw"
|
||||
"cups-drv-rastertosag-gdi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue