diff options
Diffstat (limited to 'home/rices/finals/niri.nix')
| -rw-r--r-- | home/rices/finals/niri.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/rices/finals/niri.nix b/home/rices/finals/niri.nix index b4e012b..190eb30 100644 --- a/home/rices/finals/niri.nix +++ b/home/rices/finals/niri.nix @@ -19,10 +19,12 @@ (map (lib.concatStringsSep " ") (map (map (word: "\"${word}\"")) [ + ["eww" "open" "clock"] ["touch" ".config/niri/live.kdl"] ])); other = [ "include \"live.kdl\"" + "animations { window-open { duration-ms 3000; curve \"linear\"; custom-shader r\"\n${builtins.readFile ./niri/shaders/arc.frag}\";};}" ]; in { target = ".config/niri/config.kdl"; |
