9 lines
144 B
Nix
9 lines
144 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home = {
|
|
stateVersion = "24.05";
|
|
file = {
|
|
".config/sway".source = ../sway;
|
|
};
|
|
};
|
|
}
|