| 14 Jul 2024 |
K900 ⚡️ | But you may be able to configure it separately | 13:39:14 |
K900 ⚡️ | Also, 24.05 or unstable? Not that it particularly matters here | 13:39:25 |
ポポロ | Redacted or Malformed Event | 13:40:04 |
ポポロ | In reply to @k900:0upti.me Is SDDM running on X or Wayland? * { pkgs, ... }: {
desktop settings
Enable the KDE Plasma Desktop Environment.
services.desktopManager.plasma6.enable = true;
security.pam.services.plasma6.enableKwallet = true;
programs.kdeconnect.enable = true;
services.displayManager.sddm.enable = true; services.displayManager.sddm.wayland.enable = true; services.displayManager.sddm.enableHidpi = false; environment.systemPackages = [ pkgs.kdePackages.sddm-kcm ]; }
| 13:40:15 |
ポポロ | In reply to @k900:0upti.me Is SDDM running on X or Wayland? my diskplay config
{ pkgs, ... }: {
# desktop settings
# Enable the KDE Plasma Desktop Environment.
services.desktopManager.plasma6.enable = true;
security.pam.services.plasma6.enableKwallet = true;
programs.kdeconnect.enable = true;
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.displayManager.sddm.enableHidpi = false;
environment.systemPackages = [
pkgs.kdePackages.sddm-kcm
];
}
| 13:40:50 |
K900 ⚡️ | That's going to use weston which autodetects your DPI | 13:41:27 |
K900 ⚡️ | You can try setting services.displayManager.sddm.wayland.compositor = "kwin"; | 13:44:00 |
ポポロ | In reply to @k900:0upti.me You can try setting services.displayManager.sddm.wayland.compositor = "kwin"; ok i try | 13:44:40 |
ポポロ | In reply to @k900:0upti.me You can try setting services.displayManager.sddm.wayland.compositor = "kwin"; its not working | 13:54:13 |
K900 ⚡️ | Define "not working"? | 13:54:45 |
ポポロ | it still look like a 125% scale | 13:55:40 |
ポポロ |  Download 20240714_155956.jpg | 14:00:57 |
ポポロ |  Download 20240714_155734.jpg | 14:00:59 |
ポポロ | i don't know is visible but sddm the mouse and icon, inputbox are all zoomed | 14:02:12 |
ポポロ | * i don't know is visible in photo but sddm the mouse and icon, inputbox are all zoomed | 14:03:31 |
K900 ⚡️ | Well I don't think there's a good workaround for that currenlty | 14:08:40 |
K900 ⚡️ | * Well I don't think there's a good workaround for that currently | 14:08:41 |
K900 ⚡️ | Except maybe using X | 14:08:44 |
| @glaringweakness:nope.chat joined the room. | 16:38:15 |
| 15 Jul 2024 |
Sandro 🐧 | Should we do something about https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-path.nix#L159-L161 ? | 09:31:22 |
Sandro 🐧 | Are those still relevant for plasma6? | 09:31:27 |
Sandro 🐧 | * Are those still relevant for plasma 6? | 09:31:29 |
K900 ⚡️ | Not really and we bulk-link /share anyway | 09:32:24 |
K900 ⚡️ | I think for 5 as well | 09:32:30 |
Sandro 🐧 | so we should remove them or not? | 09:46:57 |
K900 ⚡️ | Maybe move to plasma5 module | 09:47:14 |
K900 ⚡️ | Unless that also does pathsToLink = ["/share"] | 09:47:20 |
K900 ⚡️ | Which it probably does | 09:47:23 |
Sandro 🐧 | yeah, it does | 09:48:47 |
rardiol | Anyone has any idea why the desktop user switcher applet is showing both logged-in sessions in one session, but only the active one in the other? | 11:08:34 |