Add AwesomeWM
This commit is contained in:
19
system/gui/awesome.nix
Normal file
19
system/gui/awesome.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ config, lib, pkgs, userSettings, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./default.nix
|
||||
./lightdm.nix
|
||||
./x11.nix
|
||||
];
|
||||
|
||||
services.xserver.windowManager.awesome = {
|
||||
enable = true;
|
||||
luaModules = with pkgs.luaPackages; [
|
||||
luarocks
|
||||
luadbi-mysql
|
||||
];
|
||||
};
|
||||
|
||||
services.xserver.displayManager.defaultSession = "none+awesome";
|
||||
}
|
Reference in New Issue
Block a user