initial working home manager setup

This commit is contained in:
Rouven Seifert 2022-12-19 15:45:59 +01:00
parent 68d67965f5
commit 659cdd2804
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 308 additions and 10 deletions

View file

@ -1,5 +1,5 @@
{
description = "My hardware setup";
description = "My nix setup";
inputs = {
nixpkgs.url = github:nixos/nixpkgs/nixos-22.11;
home-manager.url = github:nix-community/home-manager;