fix formatting

This commit is contained in:
Melvin Ragusa
2026-02-03 11:14:57 +01:00
parent 5e91500f25
commit b53c2ecaa9
10 changed files with 147 additions and 93 deletions

View File

@@ -1,6 +1,9 @@
{
description = "atlas - NixOS Config for Desktop";
# ═══════════════════════════════════════════════════════════════
# INPUTS
# ═══════════════════════════════════════════════════════════════
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
@@ -46,6 +49,9 @@
];
};
# ═══════════════════════════════════════════════════════════════
# OUTPUTS
# ═══════════════════════════════════════════════════════════════
outputs =
inputs@{ self, nixpkgs, ... }:
let