dotfiles

feat(nix): add anki

+3
+3
nix/flake.nix
··· 38 38 packages.${system}.default = pkgs.buildEnv { 39 39 name = "my-env"; 40 40 paths = [ 41 + pkgs.anki-bin 41 42 pkgs.bacon 42 43 pkgs.btop 43 44 pkgs.dust ··· 52 53 pkgs.unixtools.watch 53 54 pkgs-unstable.jujutsu 54 55 pkgs-unstable.neovim 56 + # TODO: automate this with nix: 57 + # $ ln -sfn ~/.nix-profile/Applications ~/Applications/Nix\ User\ Apps 55 58 ]; 56 59 }; 57 60 };