From 96a0525a9fca7ed281bf75a506cf13435f65b810 Mon Sep 17 00:00:00 2001 From: Lucy von Overheidt Date: Fri, 12 Sep 2025 21:05:21 +0200 Subject: [PATCH] meowmeowmeowmeow --- flake.nix | 9 ++++----- hosts/p50/configuration.nix | 5 ++--- modules/home.nix | 8 +++----- modules/wallpaper.nix | 7 +++---- 4 files changed, 12 insertions(+), 17 deletions(-) diff --git a/flake.nix b/flake.nix index b973181..06ebd9e 100644 --- a/flake.nix +++ b/flake.nix @@ -53,11 +53,10 @@ # Per-system configuration perSystem = - { - config, - pkgs, - lib, - ... + { config + , pkgs + , lib + , ... }: { # Configure treefmt diff --git a/hosts/p50/configuration.nix b/hosts/p50/configuration.nix index ecf0530..b279c19 100644 --- a/hosts/p50/configuration.nix +++ b/hosts/p50/configuration.nix @@ -2,9 +2,8 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ - pkgs, - ... +{ pkgs +, ... }: { diff --git a/modules/home.nix b/modules/home.nix index 032b2f8..f19736f 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -1,14 +1,12 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { imports = [ ./helix.nix ./alacritty.nix ./nushell.nix - ./waybar.nix ./niri ./gammastep.nix ./hypridle.nix diff --git a/modules/wallpaper.nix b/modules/wallpaper.nix index 97b674d..68ca7d2 100644 --- a/modules/wallpaper.nix +++ b/modules/wallpaper.nix @@ -1,7 +1,6 @@ -{ - pkgs, - inputs, - ... +{ pkgs +, inputs +, ... }: {