Revert "Switch to unstable"

This reverts commit d0fa636f97.
This commit is contained in:
2024-05-24 00:05:28 +02:00
parent e54e88e1e9
commit ad48cd7147
9 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
{ config, osConfig, pkgs, ... }: {
home.packages = with pkgs; [
hypridle
unstable.hypridle
];
xdg.configFile = {
"hypr/hypridle.conf" = {

View File

@@ -24,7 +24,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
package = pkgs.unstable.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";

View File

@@ -24,7 +24,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
package = pkgs.unstable.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";

View File

@@ -20,7 +20,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
package = pkgs.unstable.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";

View File

@@ -1,7 +1,7 @@
{ config, osConfig, pkgs, ... }: {
home.packages = with pkgs; [
hyprlock
unstable.hyprlock
];
xdg.configFile = {
"hypr/hyprlock.conf" = {