format code

This commit is contained in:
2025-12-24 06:47:56 +01:00
parent f01b079931
commit fb6ac408e1
3 changed files with 13 additions and 16 deletions

View File

@@ -3,8 +3,7 @@
pkgs, pkgs,
inputs, inputs,
... ...
}: }: {
{
imports = [inputs.nixvim.homeModules.nixvim]; imports = [inputs.nixvim.homeModules.nixvim];
home.sessionVariables = { home.sessionVariables = {

View File

@@ -2,8 +2,7 @@
lib, lib,
outputs, outputs,
... ...
}: }: {
{
# Apply overlays # Apply overlays
nixpkgs = { nixpkgs = {
# TODO: apply this to hm and nixos without duplicate code # TODO: apply this to hm and nixos without duplicate code

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }: {pkgs, ...}: {
{
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix