15 lines
221 B
Nix
15 lines
221 B
Nix
{
|
|
programs = {
|
|
alacritty.enable = true;
|
|
};
|
|
|
|
xsession.windowManager.awesome = {
|
|
enable = true;
|
|
noArgb = true;
|
|
};
|
|
|
|
home.file = {
|
|
".config/awesome/rc.lua".source = ./resources/awesomerc.lua;
|
|
};
|
|
}
|