commit 600412988dc8d09ef95632a378fce118cd6e0789
parent d64c35089506ba42e139e5af0ffa4a6a031a63ee
Author: breadcat <breadcat@users.noreply.github.com>
Date: Thu, 2 Jul 2026 17:01:35 +0100
Remove hyprland-numlock and add to array
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/home/hyprland.nix b/home/hyprland.nix
@@ -1,7 +1,7 @@
{ lib, machine, vars, ... }:
let
- numlockMachines = [ "atlas" ]; numlockEnabled = builtins.elem machine numlockMachines;
+ numlockMachines = [ "atlas" "arcadia" ]; numlockEnabled = builtins.elem machine numlockMachines;
in
{
wayland.windowManager.hyprland = {
diff --git a/machines/arcadia.nix b/machines/arcadia.nix
@@ -29,7 +29,6 @@ let machine = "arcadia"; in {
../home/chromium.nix
../home/fish.nix
../home/hyprland.nix
- ../home/hyprland-numlock.nix
../home/kodi.nix
../home/rclone.nix
../home/retroarch.nix