home: fmt
This commit is contained in:
parent
3a38249e96
commit
2ceb1f9e15
3 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../services
|
||||
../../programs/anyrun
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
wine
|
||||
bottles
|
||||
prismlauncher
|
||||
heroic
|
||||
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
||||
(callPackage ../../../pkgs/chatterino7 {})
|
||||
];
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
|
|
Loading…
Reference in a new issue