chore: run nix fmt

This commit is contained in:
Youwen Wu 2024-08-08 02:59:45 -07:00
parent 5588373094
commit 42a823e70d
4 changed files with 18 additions and 25 deletions

View file

@ -1,5 +1,4 @@
{ lib, ... }:
{
{ lib, ... }: {
imports = [ ../common.nix ];
wayland.windowManager.hyprland.settings.input.touchpad = {
natural_scroll = true;

View file

@ -1,12 +1,6 @@
{ pkgs, ... }:
{
imports = [
../theming
../home.nix
../programs
../hyprland/laptop
../waybar/laptop
];
{ pkgs, ... }: {
imports =
[ ../theming ../home.nix ../programs ../hyprland/laptop ../waybar/laptop ];
# some overrides for laptop specifically
programs.kitty.settings.font_size = pkgs.lib.mkForce 11;