hurricane: 19 current 2025-06-17 16:17:34 25.05.20250615.6c64dab 6.15.2 *
This commit is contained in:
@ -11,10 +11,19 @@
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
substituters = ["https://hyprland.cachix.org"];
|
||||
trusted-substituters = ["https://hyprland.cachix.org"];
|
||||
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
||||
};
|
||||
|
||||
programs = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
# Only enable the flake packages after Cachix has already been enabled
|
||||
#package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
#portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
regreet.enable = true;
|
||||
uwsm = {
|
||||
|
Reference in New Issue
Block a user