home: fmt

This commit is contained in:
notohh 2024-05-02 03:13:43 -04:00
parent 3a38249e96
commit 2ceb1f9e15
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,4 @@
{ {pkgs, ...}: {
pkgs,
...
}: {
imports = [ imports = [
../../services ../../services
../../programs/anyrun ../../programs/anyrun

View file

@ -46,6 +46,7 @@
wine wine
bottles bottles
prismlauncher prismlauncher
heroic
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
(callPackage ../../../pkgs/chatterino7 {}) (callPackage ../../../pkgs/chatterino7 {})
]; ];

View file

@ -1,6 +1,5 @@
{ {
pkgs, pkgs,
config,
inputs, inputs,
... ...
}: { }: {