mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Removed Konsole and Elisa
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, currentSystemDe, ... }:
|
{ pkgs, lib, currentSystemDe, ... }:
|
||||||
{
|
{
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
services.xserver.videoDrivers = ["nvidia"];
|
services.xserver.videoDrivers = ["nvidia"];
|
||||||
@@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
# Desktop environments
|
# Desktop environments
|
||||||
services.desktopManager.plasma6.enable = lib.mkIf (currentSystemDe == "plasma") true;
|
services.desktopManager.plasma6.enable = lib.mkIf (currentSystemDe == "plasma") true;
|
||||||
|
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
elisa
|
||||||
|
konsole
|
||||||
|
];
|
||||||
services.xserver.desktopManager.gnome.enable = lib.mkIf (currentSystemDe == "gnome") true;
|
services.xserver.desktopManager.gnome.enable = lib.mkIf (currentSystemDe == "gnome") true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|||||||
Reference in New Issue
Block a user