This commit is contained in:
Till 2023-05-28 02:06:12 +02:00
parent a70d1cac4b
commit b437f162c8
7 changed files with 98 additions and 14 deletions

View file

@ -1,6 +1,11 @@
{
description = "First stab at a flake for my system config";
# nix = {
# gc.automatic = true;
# optimize.automatic = true;
# };
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";