cleanup, and move automapaper to flake
This commit is contained in:
parent
d71f3aa179
commit
6acc907490
9 changed files with 35 additions and 196 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue