walker: use flake package
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
1dbd4fb920
commit
1c8369fb29
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
inputs,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
|
@ -18,7 +17,6 @@ in {
|
||||||
# https://github.com/abenz1267/walker/blob/master/nix/hm-module.nix
|
# https://github.com/abenz1267/walker/blob/master/nix/hm-module.nix
|
||||||
programs.walker = {
|
programs.walker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.walker;
|
|
||||||
|
|
||||||
#!! Service must be restarted for changes to take effect
|
#!! Service must be restarted for changes to take effect
|
||||||
#?? systemctl --user restart walker.service
|
#?? systemctl --user restart walker.service
|
||||||
|
|
Loading…
Reference in a new issue