mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
remove plasma config
This commit is contained in:
parent
c5512fc08f
commit
7c0e9f81f7
2 changed files with 0 additions and 17 deletions
|
@ -7,7 +7,6 @@
|
|||
./modules/gnome.nix
|
||||
./modules/mfa.nix
|
||||
./modules/phpipam.nix
|
||||
./modules/plasma.nix
|
||||
./modules/profiles.nix
|
||||
./modules/scansnap_s1300.nix
|
||||
./modules/scroll-boost
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
cfg = config.sconfig.plasma;
|
||||
in
|
||||
{
|
||||
options.sconfig.plasma = lib.mkEnableOption "Enable Plasma Desktop";
|
||||
|
||||
config = lib.mkIf cfg {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
libinput.enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue