Fully upgrade to plasma 6 on London

This commit is contained in:
Gabriel Simmer 2024-03-10 12:18:39 +00:00
parent 493d9dd339
commit f81ea13744
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 6 additions and 3 deletions

View file

@ -22,6 +22,10 @@
];
kernelPackages = pkgs.linuxPackages_zen;
kernelModules = ["amdgpu" "coretemp" "kvm-amd" "v4l2loopback"];
plymouth = {
enable = true;
theme = "breeze";
};
};
time.hardwareClockInLocalTime = true;
@ -241,7 +245,6 @@
enableDefaultPackages = true;
};
systemd.packages = with pkgs; [cloudflare-warp];
environment = {
shells = with pkgs; [zsh fish];
systemPackages = with pkgs; [
@ -270,7 +273,7 @@
];
};
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
environment.plasma6.excludePackages = with pkgs.libsForQt5; [
elisa
okular
oxygen

View file

@ -22,7 +22,7 @@
in [
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = "1nglxrfynyjmqfzz81y4idc40c6rbsaa4jb4ishiwibdkh85nyf6";
sha256 = "0i972nkqhjfpy8g7dmryw2fvkfda43624zfhsh35k795zbx38jc7";
}))
discordOverlay
];