desktop-2024-07-09-11-21-50
This commit is contained in:
@ -1,46 +1,38 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
{ config, pkgs, lib, ... }: {
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# libsForQt5.kalk
|
||||
# libsForQt5.plasma-browser-integration
|
||||
# ];
|
||||
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
# plasma-browser-integration
|
||||
konsole
|
||||
oxygen
|
||||
kate
|
||||
];
|
||||
|
||||
# environment.etc."chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json".source = "${pkgs.plasma-browser-integration}/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
||||
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "plasmax11";
|
||||
sddm = { enable = true; };
|
||||
};
|
||||
|
||||
# xserver = {
|
||||
# enable = true;
|
||||
# excludePackages = [ pkgs.xterm ];
|
||||
xserver = {
|
||||
|
||||
enable = true;
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
|
||||
# layout = "us";
|
||||
xkb.layout = "us";
|
||||
|
||||
# # Enable touchpad support.
|
||||
# libinput.enable = true;
|
||||
# updateDbusEnvironment = true;
|
||||
# };
|
||||
# Enable touchpad support.
|
||||
updateDbusEnvironment = true;
|
||||
};
|
||||
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
catppuccin-kde
|
||||
sweet-nova
|
||||
];
|
||||
environment.systemPackages = with pkgs; [ catppuccin-kde sweet-nova ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user