Use awesome window manager
This commit is contained in:
parent
a7a979e17e
commit
41386749b8
8 changed files with 100 additions and 9 deletions
lib/nixos/modules
9
lib/nixos/modules/awesome.nix
Normal file
9
lib/nixos/modules/awesome.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ nitrogen ];
|
||||
|
||||
services.xserver.windowManager.awesome = {
|
||||
enable = true;
|
||||
noArgb = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue