.dotfiles/nix/linux.nix

9 lines
144 B
Nix

{ pkgs, ... }:
{
home = {
stateVersion = "24.05";
file = {
".config/sway".source = ../sway;
};
};
}