nixos-config/home/i3/default.nix

6 lines
79 B
Nix

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