add awesome/rc.lua

This commit is contained in:
2023-09-17 07:39:00 +03:00
parent 74d3b2cb23
commit f571a87541
3 changed files with 580 additions and 5 deletions

View File

@@ -110,10 +110,7 @@
];
home-manager.users.motiejus = {pkgs, ...}: {
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
programs.autorandr.enable = true;
@@ -138,6 +135,11 @@
};
};
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
};
};
}