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

@ -110,7 +110,7 @@
darwinConfigurations.phobos = nix-darwin.lib.darwinSystem {
specialArgs = { inherit inputs; };
modules = [
./hosts/phobos
./hosts/phobos
home-manager.darwinModules.home-manager
{
home-manager.useGlobalPkgs = true;
@ -127,7 +127,7 @@
nix-homebrew.darwinModules.nix-homebrew
./modules/darwin/homebrew.nix
./modules/darwin/yabai.nix
./modules/darwin/skhd.nix
./modules/darwin/skhd.nix
];
};
};

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;