adding dunst and removing ydotool?

This commit is contained in:
Chris Cochrun 2022-11-10 15:29:24 -06:00
parent e734f6bb6d
commit 0d4335b84e
5 changed files with 145 additions and 123 deletions

View file

@ -171,11 +171,9 @@ services.xserver = {
package = pkgs.awesome;
};
displayManager = {
startx.enable = true;
defaultSession = "plasmawayland";
sddm = {
defaultSession = "plasma";
lightdm = {
enable = true;
enableHidpi = true;
};
};
desktopManager.plasma5 = {
@ -366,8 +364,6 @@ kwallet-pam
plasma5Packages.kwallet
sierra-breeze-enhanced
libimobiledevice
sddm-kcm
ydotool
bottles
jitsi-meet-electron
imv
@ -912,7 +908,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
name = "kwallet";
enableKwallet = true;
};
security.pam.services.sddm.enableKwallet = true;
# security.pam.services.sddm.enableKwallet = true;
# virtualisation.waydroid.enable = true;
@ -1808,6 +1804,10 @@ I also use home-manager for managing dotfiles. This means that everything is con
source = ../hypr;
};
home.file.".config/dunst" = {
source = ../dunst;
};
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
@ -1959,20 +1959,20 @@ I also use home-manager for managing dotfiles. This means that everything is con
};
systemd.user.services = {
ydotoold = {
Unit = {
Description = "An auto-input utility for wayland";
Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
};
# ydotoold = {
# Unit = {
# Description = "An auto-input utility for wayland";
# Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
# };
Service = {
ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
};
# Service = {
# ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
# };
Install = {
WantedBy = ["default.target"];
};
};
# Install = {
# WantedBy = ["default.target"];
# };
# };
jellyfin-mpv-shim = {
Unit = {