mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
move to desktop folder
This commit is contained in:
8
modules/home-manager/desktop/awesome/default.nix
Normal file
8
modules/home-manager/desktop/awesome/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
home.file = {
|
||||
".config/awesome" = {
|
||||
recursive = true;
|
||||
source = "${pkgs.tux-awesome-wm-config}";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user