added plasma
This commit is contained in:
11
system/wm/plasma.nix
Normal file
11
system/wm/plasma.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./dbus.nix
|
||||
];
|
||||
services.displayManager.plasma6.enable = true;
|
||||
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
plasma-browser-integration
|
||||
];
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
./gnome-keyring.nix
|
||||
./xmonad.nix
|
||||
./sway.nix
|
||||
./plasma.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./dbus.nix
|
||||
./gnome-keyring.nix
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
xkbOptions = "";
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = false;
|
||||
package = pkgs.sddm;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user