diff options
| author | Fuwn <[email protected]> | 2024-09-04 21:56:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-04 21:56:13 -0700 |
| commit | 60f9f4d42215d305c4e71c60c55382bee30bfb43 (patch) | |
| tree | 2bac527ff5007085b82d061fa584350a589592c9 /home/ebisu/fortune/education | |
| parent | Bump (diff) | |
| download | nixos-config-60f9f4d42215d305c4e71c60c55382bee30bfb43.tar.xz nixos-config-60f9f4d42215d305c4e71c60c55382bee30bfb43.zip | |
flake
Diffstat (limited to 'home/ebisu/fortune/education')
| -rw-r--r-- | home/ebisu/fortune/education/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/ebisu/fortune/education/default.nix b/home/ebisu/fortune/education/default.nix index 3ed4b6b..f9f54cc 100644 --- a/home/ebisu/fortune/education/default.nix +++ b/home/ebisu/fortune/education/default.nix @@ -1,8 +1,6 @@ { pkgs, ... }: { - imports = [ - ./calculator.nix - ]; + imports = [ ./calculator.nix ]; home.packages = with pkgs; [ anki-bin |