plasma: move to desktop

This commit is contained in:
PapaTutuWawa 2022-07-13 19:37:41 +02:00
parent 65c9e0babc
commit 4ffded8c0b
2 changed files with 5 additions and 8 deletions

View File

@ -21,7 +21,6 @@
./programs/waybar ./programs/waybar
./programs/zsh ./programs/zsh
./programs/xournalpp ./programs/xournalpp
./programs/plasma
./programs/office ./programs/office
./programs/gaming ./programs/gaming
./programs/bluray ./programs/bluray
@ -58,5 +57,6 @@
# Desktop # Desktop
./desktop/phosh.nix ./desktop/phosh.nix
./desktop/plasma.nix
]; ];
} }

View File

@ -28,11 +28,10 @@ in {
}; };
desktopManager.plasma5 = { desktopManager.plasma5 = {
enable = true; enable = true;
#runUsingSystemd = true; runUsingSystemd = true;
#supportDDC = true; supportDDC = true;
mobile.enable = cfg.mobile.enable; mobile.enable = cfg.mobile.enable;
/*
kdeglobals = lib.mkIf cfg.mobile.enable { kdeglobals = lib.mkIf cfg.mobile.enable {
KDE = { KDE = {
StartDragDist = "10"; StartDragDist = "10";
@ -88,7 +87,6 @@ in {
InputMethod = "${pkgs.maliit-keyboard}/usr/share/applications/com.github.maliit.keyboard.desktop"; InputMethod = "${pkgs.maliit-keyboard}/usr/share/applications/com.github.maliit.keyboard.desktop";
}; };
}; };
*/
}; };
# See https://github.com/NixOS/nixpkgs/commit/a506f9c79700255c215dddb53455d5e2bed6c1af # See https://github.com/NixOS/nixpkgs/commit/a506f9c79700255c215dddb53455d5e2bed6c1af
@ -104,13 +102,12 @@ in {
}; };
environment.systemPackages = let environment.systemPackages = let
/*plasmaMobilePackages = with pkgs.libsForQt5; with plasma5; with kdeApplications; with kdeFrameworks; [ plasmaMobilePackages = with pkgs.libsForQt5; with plasma5; with kdeApplications; with kdeFrameworks; [
plasma-mobile plasma-mobile
plasma-nano plasma-nano
pkgs.maliit-framework pkgs.maliit-framework
pkgs.maliit-keyboard pkgs.maliit-keyboard
];*/ ];
plasmaMobilePackages = [];
kdePackages = with pkgs.libsForQt5; [ kdePackages = with pkgs.libsForQt5; [
okular okular
kdeconnect-kde kdeconnect-kde