nixos/home/tokishiko.nix

15 lines
221 B
Nix
Raw Normal View History

2024-08-04 21:15:01 +03:00
{
programs = {
alacritty.enable = true;
};
2024-08-04 21:15:01 +03:00
xsession.windowManager.awesome = {
enable = true;
noArgb = true;
};
home.file = {
".config/awesome/rc.lua".source = ./resources/awesomerc.lua;
2024-08-04 21:15:01 +03:00
};
}