cleanup, and move automapaper to flake

This commit is contained in:
Noa Aarts 2024-03-13 00:26:08 +01:00
parent d71f3aa179
commit 6acc907490
9 changed files with 35 additions and 196 deletions

View file

@ -1,8 +1,8 @@
{ config, pkgs, inputs, ... }:
{ config, inputs, pkgs, ... }:
{
home.packages = with pkgs; [
(callPackage ../../custom/automapaper/default.nix { })
home.packages = [
inputs.automapaper.packages.${pkgs.system}.default
];
home.file = {