bye plasma
This commit is contained in:
parent
6fd063c744
commit
2e6a7e599d
3 changed files with 0 additions and 32 deletions
|
|
@ -173,9 +173,6 @@
|
|||
};
|
||||
};
|
||||
pcscd.enable = true; # for yubikey
|
||||
desktopManager.plasma6 = {
|
||||
enable = true;
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../modules/plasma
|
||||
|
||||
../../common
|
||||
../../common/configuration.nix
|
||||
|
|
@ -80,10 +79,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
modules = {
|
||||
plasma.enable = false;
|
||||
};
|
||||
|
||||
boot.kernelModules = [
|
||||
"nvidia_uvm"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.plasma;
|
||||
in
|
||||
{
|
||||
options.modules.plasma = {
|
||||
enable = lib.mkEnableOption "enable kde plasma 6";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager.defaultSession = "niri";
|
||||
};
|
||||
|
||||
xdg.portal.config.common.default = "*";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue