From f2fb01a55b54dae9a5c26c7e1bae3d17c18de73e Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 25 Jul 2025 13:40:27 -0400 Subject: repo: format tree --- fw/home.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'fw/home.nix') diff --git a/fw/home.nix b/fw/home.nix index 0f4ee8a..2be461e 100644 --- a/fw/home.nix +++ b/fw/home.nix @@ -1,4 +1,10 @@ -{ inputs, config, lib, pkgs, ... }: +{ + inputs, + config, + lib, + pkgs, + ... +}: { imports = [ ../modules/global.nix @@ -19,7 +25,7 @@ config.modules = { global = { wayland = true; - + extraPackages = with pkgs; [ wmenu cmatrix @@ -27,6 +33,7 @@ pfetch nicotine-plus mpc + ncmpcpp ]; }; -- cgit v1.2.3