gendry: enable awesomewm on sddm
This commit is contained in:
parent
0921c9f16a
commit
02246f758f
@ -8,6 +8,7 @@
|
||||
|
||||
imports = [
|
||||
../../modules/common/default.nix
|
||||
../../modules/desktop/awesome/default.nix
|
||||
./hardware-configuration.nix
|
||||
./persist.nix
|
||||
];
|
||||
|
8
modules/desktop/awesome/default.nix
Normal file
8
modules/desktop/awesome/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager.awesome.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user