mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46:34 +01:00
remove plasma5
This commit is contained in:
parent
065cd10f08
commit
1febd326fb
5 changed files with 10 additions and 44 deletions
|
@ -16,7 +16,6 @@
|
||||||
./moodle-dl
|
./moodle-dl
|
||||||
./nix
|
./nix
|
||||||
./plasma
|
./plasma
|
||||||
./plasma/6.nix
|
|
||||||
./printing
|
./printing
|
||||||
./repo-sync
|
./repo-sync
|
||||||
./ssh
|
./ssh
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
|
|
||||||
let cfg = config.jopejoe1.plasma6;
|
|
||||||
in {
|
|
||||||
options.jopejoe1.plasma6 = {
|
|
||||||
enable = lib.mkEnableOption "Enable KDE Plasma 6";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
services = {
|
|
||||||
xserver = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
libinput.enable = true;
|
|
||||||
|
|
||||||
displayManager.sddm = {
|
|
||||||
enable = true;
|
|
||||||
enableHidpi = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
desktopManager.plasma6 = {
|
|
||||||
enable = true;
|
|
||||||
enableQt5Integration = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.kdeconnect = { enable = true; };
|
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
|
@ -10,17 +10,16 @@ in {
|
||||||
services = {
|
services = {
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableHidpi = true;
|
enableHidpi = true;
|
||||||
};
|
};
|
||||||
desktopManager.plasma5 = {
|
desktopManager.plasma6 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useQtScaling = true;
|
enableQt5Integration = true;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
local.enable = true;
|
local.enable = true;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
plasma6.enable = true;
|
plasma.enable = true;
|
||||||
user = {
|
user = {
|
||||||
jopejoe1.enable = true;
|
jopejoe1.enable = true;
|
||||||
root.enable = true;
|
root.enable = true;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
doc.enable = true;
|
doc.enable = true;
|
||||||
local.enable = true;
|
local.enable = true;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
plasma6.enable = true;
|
plasma.enable = true;
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue