!qol(restructure): heavy restructure
This commit is contained in:
16
modules/hyprland/runner.nix
Normal file
16
modules/hyprland/runner.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.walker
|
||||
];
|
||||
systemd.user.services.walker-deamon = {
|
||||
Install = {
|
||||
WantedBy = [ "hyprland-session.target" ];
|
||||
};
|
||||
Service = {
|
||||
ExecStart = "${pkgs.writeShellScript "watch-store" ''
|
||||
walker --gapplication-service
|
||||
''}";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user