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,
inputs,
...
}:
{
}: {
imports = [inputs.nixvim.homeModules.nixvim];
home.sessionVariables = {

View File

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

View File

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