switch sway #128

Merged
DarkKirb merged 5 commits from switch-sway into main 2022-12-31 11:04:05 +00:00
4 changed files with 4 additions and 21 deletions
Showing only changes of commit 23d25aa796 - Show all commits

View file

@ -49,7 +49,7 @@ in {
security.pam = {
services.login.u2fAuth = true;
services.sddm.u2fAuth = true;
#services.swaylock.u2fAuth = true;
services.swaylock.u2fAuth = true;
u2f = {
enable = true;
control = "required";
@ -102,19 +102,13 @@ in {
programs.dconf.enable = true;
services.xserver = {
enable = true;
#displayManager.defaultSession = "sway";
displayManager.defaultSession = "sway";
displayManager.sddm.enable = true;
desktopManager.plasma5 = {
enable = true;
excludePackages = with pkgs.libsForQt5; [
elisa
];
};
libinput.enable = true;
layout = "de";
xkbVariant = "neo";
};
#programs.sway.enable = true;
programs.sway.enable = true;
boot.kernelPackages = pkgs.zfsUnstable.latestCompatibleLinuxPackages;
i18n.inputMethod = {
enabled = "ibus";

View file

@ -12,7 +12,7 @@
++ (
if desktop
then [
../programs/kde.nix
../programs/sway.nix
../programs/firefox.nix
../programs/theming.nix
../programs/waybar.nix

View file

@ -1,5 +0,0 @@
_: {
imports = [
./kdeconnect.nix
];
}

View file

@ -1,6 +0,0 @@
_: {
services.kdeconnect = {
enable = true;
indicator = true;
};
}