Skip to content

Instantly share code, notes, and snippets.

@neonfuz
Created April 15, 2021 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neonfuz/9a280718c952ddcdbdf626e04f195477 to your computer and use it in GitHub Desktop.
Save neonfuz/9a280718c952ddcdbdf626e04f195477 to your computer and use it in GitHub Desktop.
{ config, lib, pkgs, ... }:
let
unstable = import <nixpkgs-unstable> { config = config.nixpkgs.config; };
in {
environment.systemPackages = with pkgs; [
package1
package2
unstable.anki-bin
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment