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
|
pcscd.enable = true; # for yubikey
|
||||||
desktopManager.plasma6 = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/plasma
|
|
||||||
|
|
||||||
../../common
|
../../common
|
||||||
../../common/configuration.nix
|
../../common/configuration.nix
|
||||||
|
|
@ -80,10 +79,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = {
|
|
||||||
plasma.enable = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.kernelModules = [
|
boot.kernelModules = [
|
||||||
"nvidia_uvm"
|
"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