Add awesome configuration
This commit is contained in:
parent
f2c7453b02
commit
5347c04b3e
9 changed files with 912 additions and 11 deletions
lib/nixos/home-manager
|
@ -8,7 +8,7 @@
|
|||
imports = [
|
||||
./modules/alacritty.nix
|
||||
./modules/autorandr.nix
|
||||
./modules/awesome.nix
|
||||
# ./modules/awesome.nix
|
||||
./modules/copyq.nix
|
||||
./modules/dunst.nix
|
||||
./modules/espanso.nix
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
xsession.windowManager.awesome = {
|
||||
enable = true;
|
||||
noArgb = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue