mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
add hellwm
This commit is contained in:
parent
fcaaafafca
commit
0a0b350b3a
8 changed files with 89 additions and 13 deletions
|
|
@ -6,5 +6,6 @@
|
|||
./ai.nix
|
||||
./swhkd.nix
|
||||
./maomaowm.nix
|
||||
./hellwm.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
os/programs/hellwm.nix
Normal file
5
os/programs/hellwm.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.hellwm ];
|
||||
services.displayManager.sessionPackages = [ pkgs.hellwm ];
|
||||
}
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
programs = {
|
||||
maomaowm.enable = true;
|
||||
maomaowm.mmsg.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue