sway/module.nix: init
Trying out sway, maybe actually viable?
This commit is contained in:
parent
6241ed40b5
commit
ce259e9afe
1 changed files with 16 additions and 0 deletions
16
modules/wms/wayland/sway/module.nix
Normal file
16
modules/wms/wayland/sway/module.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
in {
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit (pkgs) i3status;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue