nixos/home/i3/default.nix
2024-02-27 08:46:24 -05:00

6 lines
79 B
Nix

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