1
Fork 0

Some gpt themes + tex modifications + working hyprpaper

This commit is contained in:
Matei Adriel 2023-07-06 21:34:24 +02:00
parent 84aaa6f6b9
commit c9bf24c49b
No known key found for this signature in database
17 changed files with 206 additions and 27 deletions
modules/home-manager

View file

@ -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 = {