aboutsummaryrefslogtreecommitdiffstats
path: root/home/walker/default.nix
blob: e28780f17c835e9c7c51fe16cff51227da5ec0b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{
  home.file = {
    "/home/petri/.config/walker/config.toml" = {
      source = ./config.toml;
    };
  };
}