diff --git a/README.org b/README.org index a1d7ba7..8e33ba7 100644 --- a/README.org +++ b/README.org @@ -648,14 +648,13 @@ Notice how I am including all of my software here. It may be a big file, but hav (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - sha256 = "1wjp97qkq32y7bkajy3v3m4n2igxwzim7v4wbf5wphhsxqbsvir8"; })) <> ]; services.emacs = { - enable = false; + enable = true; package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); }; @@ -1769,7 +1768,7 @@ I also use home-manager for managing dotfiles. This means that everything is con jellyfin-mpv-shim = { Unit = { Description = "Play Jellyfin media in mpv"; - After = "network.target"; + After = "graphical-session-pre.target"; }; Service = { @@ -1798,7 +1797,7 @@ I also use home-manager for managing dotfiles. This means that everything is con nextlcoud-client = { Unit = { Description = "Nextcloud Client"; - After = [ "plasma-workspace.target" ]; + After = [ "graphical-session.target" ]; # PartOf = [ "plasma-workspace.target" ]; }; diff --git a/scripts/fflof b/scripts/fflof index 3ce90f5..f98ff91 100755 --- a/scripts/fflof +++ b/scripts/fflof @@ -21,7 +21,7 @@ if [ $(pgrep -c firefox) -gt 0 ]; then else if [ "$KDE_FULL_SESSION" = "true" ]; then echo "KDE" - exec /home/chris/bin/ww -f firefox -c firefox + exec /home/chris/bin/ww -fa firefox -c firefox exit else # WAYLAND diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index c0e8d8d..b2cd828 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -360,7 +360,6 @@ (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - sha256 = "1wjp97qkq32y7bkajy3v3m4n2igxwzim7v4wbf5wphhsxqbsvir8"; })) (self: super: @@ -391,7 +390,7 @@ ]; services.emacs = { - enable = false; + enable = true; package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); }; diff --git a/user/home.nix b/user/home.nix index a13d0fd..fe6559d 100644 --- a/user/home.nix +++ b/user/home.nix @@ -507,7 +507,7 @@ jellyfin-mpv-shim = { Unit = { Description = "Play Jellyfin media in mpv"; - After = "network.target"; + After = "graphical-session-pre.target"; }; Service = { @@ -536,7 +536,7 @@ nextlcoud-client = { Unit = { Description = "Nextcloud Client"; - After = [ "plasma-workspace.target" ]; + After = [ "graphical-session.target" ]; # PartOf = [ "plasma-workspace.target" ]; };