nixos/home/tokishiko.nix

15 lines
221 B
Nix
Raw Normal View History

2024-08-04 23:45:01 +05:30
{
programs = {
alacritty.enable = true;
};
2024-08-04 23:45:01 +05:30
xsession.windowManager.awesome = {
enable = true;
noArgb = true;
};
home.file = {
".config/awesome/rc.lua".source = ./resources/awesomerc.lua;
2024-08-04 23:45:01 +05:30
};
}