chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-21 00:20:41 -05:00
parent 45a4ae76a0
commit a4fe150167
4 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
# Not currently operational # Not currently operational
{config, ...}: let {config, ...}: let
inherit (config.vars) mainUser hostName; inherit (config.vars) mainUser hostName;
in { in {

Binary file not shown.

View file

@ -25,9 +25,9 @@
}; };
in { in {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
settings = {
device = map (d: (nagaConf d)) nagaProNames; device = map (d: (nagaConf d)) nagaProNames;
settings = {
input = { input = {
kb_layout = xkb.layout; kb_layout = xkb.layout;
kb_variant = xkb.variant; kb_variant = xkb.variant;