enable plasma6 for better login screen
This commit is contained in:
parent
6eb59f415d
commit
de73a2dbf0
1 changed files with 24 additions and 4 deletions
|
|
@ -99,6 +99,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
plasma-browser-integration
|
||||||
|
konsole
|
||||||
|
xwaylandvideobridge
|
||||||
|
kate
|
||||||
|
khelpcenter
|
||||||
|
okular
|
||||||
|
elisa
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# TODO: find list of fonts to install
|
# TODO: find list of fonts to install
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
font-awesome
|
font-awesome
|
||||||
|
|
@ -190,7 +202,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
displayManager = {
|
||||||
|
defaultSession = "hyprland";
|
||||||
|
sddm = {
|
||||||
|
enable = true;
|
||||||
|
wayland.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
fprintd.enable = true;
|
||||||
pcscd.enable = true; # for yubikey
|
pcscd.enable = true; # for yubikey
|
||||||
|
desktopManager.plasma6 = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
@ -220,12 +243,9 @@
|
||||||
variant = "intl";
|
variant = "intl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
displayManager.sddm = {
|
|
||||||
enable = true;
|
|
||||||
wayland.enable = true;
|
|
||||||
};
|
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
udev.packages = [ pkgs.yubikey-personalization ];
|
udev.packages = [ pkgs.yubikey-personalization ];
|
||||||
|
upower.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue