add hellwm

This commit is contained in:
EdenQwQ 2025-03-26 22:30:55 +08:00
parent fcaaafafca
commit 0a0b350b3a
8 changed files with 89 additions and 13 deletions

View file

@ -6,5 +6,6 @@
./ai.nix
./swhkd.nix
./maomaowm.nix
./hellwm.nix
];
}

5
os/programs/hellwm.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.hellwm ];
services.displayManager.sessionPackages = [ pkgs.hellwm ];
}

View file

@ -1,6 +1,5 @@
{
programs = {
maomaowm.enable = true;
maomaowm.mmsg.enable = true;
};
}