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,5 @@
# WIP
{...}: {
{...}: {
imports = [
./modules/arion
./modules/borgbackup.nix

View file

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

Binary file not shown.

View file

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