jfkdajfasklfmaslj

This commit is contained in:
Schrottkatze 2022-09-01 19:48:22 +02:00
parent fa2c1e84ec
commit a9bd549741
6 changed files with 88 additions and 12 deletions

View file

@ -2,12 +2,14 @@
description = "home manager config apparently";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:kekrby/nixpkgs/add-fetchpartial";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpks.follows = "nixpkgs";
};
nixos-hardware.url = "github:kekrby/nixos-hardware";
# nixpkgs-fetchpartial.url = "github:kekrby/nixpkgs";
};
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }: {