formatting

This commit is contained in:
js0ny 2025-10-24 21:27:22 +01:00
parent 93664e4120
commit c84204b373
18 changed files with 231 additions and 145 deletions

View file

@ -3,6 +3,7 @@
description = "A simple NixOS flake";
inputs = {
nixpkgs-stable.url = "github:nixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nix-flatpak.url = "github:gmodena/nix-flatpak";
flake-utils.url = "github:numtide/flake-utils";
@ -31,6 +32,7 @@
outputs = {
self,
nixpkgs,
nixpkgs-stable,
nix-flatpak,
nix-darwin,
home-manager,