1
This commit is contained in:
2022-08-07 23:56:23 +02:00
parent 647766f0d1
commit 8d6cfa9583

View File

@ -1,6 +1,8 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
# The nixosConfig allows to access the toplevel system configuration from within home manager
# https://github.com/nix-community/home-manager/blob/586ac1fd58d2de10b926ce3d544b3179891e58cb/nixos/default.nix#L19
{ inputs, lib, config, nixosConfig, pkgs, ... }:
rec {