Switch to unstable
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, osConfig, pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
unstable.hypridle
|
||||
hypridle
|
||||
];
|
||||
xdg.configFile = {
|
||||
"hypr/hypridle.conf" = {
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.hyprland;
|
||||
package = pkgs.hyprland;
|
||||
settings = {
|
||||
"$mainMod" = "SUPER";
|
||||
"$shiftMainMod" = "SUPER_SHIFT";
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.hyprland;
|
||||
package = pkgs.hyprland;
|
||||
settings = {
|
||||
"$mainMod" = "SUPER";
|
||||
"$shiftMainMod" = "SUPER_SHIFT";
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.hyprland;
|
||||
package = pkgs.hyprland;
|
||||
settings = {
|
||||
"$mainMod" = "SUPER";
|
||||
"$shiftMainMod" = "SUPER_SHIFT";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{ config, osConfig, pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
unstable.hyprlock
|
||||
hyprlock
|
||||
];
|
||||
xdg.configFile = {
|
||||
"hypr/hyprlock.conf" = {
|
||||
|
Reference in New Issue
Block a user