mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
ver: upgrade to wlroots-0.19 version
This commit is contained in:
parent
54de782f90
commit
d636ef97ac
12 changed files with 2179 additions and 1947 deletions
|
|
@ -1,3 +1,4 @@
|
|||
self:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
|
|
@ -5,7 +6,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
maomaowm = pkgs.callPackage ./. { };
|
||||
inherit (self.packages.${pkgs.system}) maomaowm;
|
||||
cfg = config.wayland.windowManager.maomaowm;
|
||||
variables = lib.concatStringsSep " " cfg.systemd.variables;
|
||||
extraCommands = lib.concatStringsSep " && " cfg.systemd.extraCommands;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue