#1 hater of infinite recursion
This commit is contained in:
parent
39e5c40e12
commit
f66aa330c3
31 changed files with 946 additions and 851 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ config, inputs, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
inputs.iamb.packages."${stdenv.hostPlatform.system}".default
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
inputs.iamb.packages.${system}.default
|
||||
];
|
||||
|
||||
xdg.configFile."iamb/config.toml" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue