Fixed Darwin Configs

This commit is contained in:
DerGrumpf
2026-04-05 19:46:05 +02:00
parent ebd4183584
commit 3e17a1af83
3 changed files with 25 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, pkgs, lib, ... }:
{ inputs, pkgs, ... }:
let
super = "SUPER";
terminal = "kitty";
@@ -9,7 +9,7 @@ let
power =
"rofi -show p -modi p:rofi-power-menu -theme $HOME/.config/rofi/power.rasi";
apps = "rofi -show window ${theme}";
in lib.mkIf (!pkgs.stdenv.isDarwin) {
in {
imports = [ ./hypridle.nix ./hyprlock.nix ./mako.nix ./portal.nix ];