plasma: move to desktop
This commit is contained in:
parent
65c9e0babc
commit
4ffded8c0b
@ -21,7 +21,6 @@
|
||||
./programs/waybar
|
||||
./programs/zsh
|
||||
./programs/xournalpp
|
||||
./programs/plasma
|
||||
./programs/office
|
||||
./programs/gaming
|
||||
./programs/bluray
|
||||
@ -58,5 +57,6 @@
|
||||
|
||||
# Desktop
|
||||
./desktop/phosh.nix
|
||||
./desktop/plasma.nix
|
||||
];
|
||||
}
|
||||
|
@ -28,11 +28,10 @@ in {
|
||||
};
|
||||
desktopManager.plasma5 = {
|
||||
enable = true;
|
||||
#runUsingSystemd = true;
|
||||
#supportDDC = true;
|
||||
runUsingSystemd = true;
|
||||
supportDDC = true;
|
||||
mobile.enable = cfg.mobile.enable;
|
||||
|
||||
/*
|
||||
kdeglobals = lib.mkIf cfg.mobile.enable {
|
||||
KDE = {
|
||||
StartDragDist = "10";
|
||||
@ -88,7 +87,6 @@ in {
|
||||
InputMethod = "${pkgs.maliit-keyboard}/usr/share/applications/com.github.maliit.keyboard.desktop";
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
|
||||
# See https://github.com/NixOS/nixpkgs/commit/a506f9c79700255c215dddb53455d5e2bed6c1af
|
||||
@ -104,13 +102,12 @@ in {
|
||||
};
|
||||
|
||||
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-nano
|
||||
pkgs.maliit-framework
|
||||
pkgs.maliit-keyboard
|
||||
];*/
|
||||
plasmaMobilePackages = [];
|
||||
];
|
||||
kdePackages = with pkgs.libsForQt5; [
|
||||
okular
|
||||
kdeconnect-kde
|
Loading…
Reference in New Issue
Block a user