mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Move files
This commit is contained in:
parent
910b84667f
commit
6e79433ebc
4 changed files with 0 additions and 0 deletions
29
desktops/plasma.nix
Normal file
29
desktops/plasma.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Plasma
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
displayManager.sddm.settings.Wayland.SessionDir =
|
||||
"${pkgs.plasma5Packages.plasma-workspace}/share/wayland-sessions";
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
|
||||
# Install some packages
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
libsForQt5.ark
|
||||
libsForQt5.bismuth
|
||||
libsForQt5.full
|
||||
libsForQt5.kalendar
|
||||
libsForQt5.kate
|
||||
libsForQt5.kdeconnect-kde
|
||||
libsForQt5.kde-gtk-config
|
||||
libsForQt5.plasma-framework
|
||||
libsForQt5.plasma-nm
|
||||
libsForQt5.plasma-pa
|
||||
libsForQt5.sddm
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue