Switch to unstable

This commit is contained in:
2024-05-23 22:56:33 +02:00
parent 4f50b24998
commit d0fa636f97
9 changed files with 32 additions and 32 deletions

View File

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

View File

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

View File

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

View File

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

View File

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