1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-03-01 20:50:55 +01:00
nixos-config/users/rouven/modules/awesome/default.nix

6 lines
144 B
Nix
Raw Normal View History

2022-12-20 14:42:40 +01:00
{ config, pkgs, ... }:
2022-12-20 13:25:36 +01:00
{
2022-12-20 14:42:40 +01:00
# declaration of awesome wm is in hosts/<name>/default.nix
2022-12-20 13:25:36 +01:00
home.file.".config/awesome/rc.lua".source = ./rc.lua;
}