2024-02-27 10:52:11 -05:00

6 lines
79 B
Nix

{ pkgs, config, ... }:
{
home.file.".config/i3/config".source = ./config;
}