fix(wm): move wm config

This commit is contained in:
Khaïs COLIN 2024-08-14 12:03:26 +02:00
parent 163ab6b3c0
commit f4cb1f9690
5 changed files with 0 additions and 0 deletions

5
nixos/wm/wluma.nix Normal file
View file

@ -0,0 +1,5 @@
{
home.file.".config/wluma/config.toml" = {
source = ./wluma-config.toml;
};
}