Fixed a lot of autostart and locking problems

This commit is contained in:
Emmet 2023-08-24 17:11:19 -05:00
parent ca9a4e5820
commit dc0a87f941
4 changed files with 15 additions and 5 deletions

View file

@ -14,8 +14,11 @@
auth include login
'';
};
pam.services.login.enableGnomeKeyring = true;
};
services.gnome.gnome-keyring.enable = true;
programs = {
hyprland = {
enable = true;

View file

@ -4,7 +4,6 @@ let
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
in
{
services.emacs.enable = true;
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs29-pgtk;

View file

@ -1486,7 +1486,6 @@ let
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
in
{
services.emacs.enable = true;
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs29-pgtk;

View file

@ -15,12 +15,13 @@
plugins = [ ];
settings = { };
extraConfig = ''
exec-once = dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
exec-once = pypr
exec-once = nm-applet
exec-once = GOMAXPROCS=1 syncthing --no-browser
exec-once = protonmail-bridge --noninteractive
exec-once = gnome-keyring-daemon --daemonize --login
exec-once = gnome-keyring-daemon --start --components=secrets
exec-once = waybar
exec-once = emacs --daemon
exec-once = ~/.swayidle-stylix
exec = ~/.swaybg-stylix
@ -181,7 +182,15 @@
hyprland-protocols
hyprpicker
swayidle
swaylock-effects
(pkgs.swaylock-effects.overrideAttrs (oldAttrs: {
version = "1.6.4-1";
src = fetchFromGitHub {
owner = "mortie";
repo = "swaylock-effects";
rev = "20ecc6a0a5b61bb1a66cfb513bc357f74d040868";
sha256 = "sha256-nYA8W7iabaepiIsxDrCkG/WIFNrVdubk/AtFhIvYJB8=";
};
}))
swaybg
fnott
#hyprpaper