ref(nix): reworked flake entry point

This commit is contained in:
Léana 江 2024-02-26 17:03:14 +01:00 committed by Léana 江
parent a5c009f77c
commit 377150ddd2
19 changed files with 46 additions and 29 deletions

View file

@ -1,9 +0,0 @@
{audio-lint, ...}: {
imports = [./fonts.nix];
home.homeDirectory = "/Users/leana";
home.packages = [
audio-lint
];
}