mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
formatting
This commit is contained in:
parent
93664e4120
commit
c84204b373
18 changed files with 231 additions and 145 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue