This commit is contained in:
Miguel Palhas
2024-10-06 14:53:48 +01:00
parent 13aa50dc63
commit 08fb398ce2
4 changed files with 21 additions and 5 deletions
+3 -1
View File
@@ -6,7 +6,9 @@ in
{
programs.hyprland.enable = true;
environments.systemPackages = with pkgs; [ brightnessctl ];
environment.systemPackages = with pkgs; [
brightnessctl
];
services.greetd = {
enable = true;