Some gpt themes + tex modifications + working hyprpaper
This commit is contained in:
parent
84aaa6f6b9
commit
c9bf24c49b
17 changed files with 206 additions and 27 deletions
modules/home-manager
|
@ -25,9 +25,9 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
# TODO: what should the default value be for this?
|
||||
systemdTarget = mkOption {
|
||||
type = types.str;
|
||||
default = "graphical-session.target";
|
||||
description = ''
|
||||
Systemd target to bind to.
|
||||
'';
|
||||
|
@ -90,8 +90,8 @@ in
|
|||
|
||||
systemd.user.services.hyprpaper = {
|
||||
Unit = {
|
||||
Description = "Wayland wallpaper service";
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
Description = "Hyprland wallpaper daemon";
|
||||
Requires = [ "graphical-session.target" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue