chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
45a4ae76a0
commit
a4fe150167
4 changed files with 3 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue