Switch to nixos unstable

This commit is contained in:
2024-05-27 00:57:10 +02:00
parent a5c3c13c34
commit 25431075c0
6 changed files with 29 additions and 29 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

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