mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-11 20:39:57 -05:00
Refactor for wallpers, keybinds, add weeb tokyo-light theme
This commit is contained in:
@@ -3,12 +3,10 @@ inputs: {
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user