nixos-config: rename {,steveej-}live-usb

This commit is contained in:
steveej 2018-10-28 11:38:57 +01:00
parent 5aa953a081
commit acb3def5c3
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{ config,
pkgs,
... }:
let
in
{
nixpkgs.config = {
allowBroken = false;
allowUnfree = true;
packageOverrides = pkgs: rec {
};
};
imports =
[
../common/pkg/default.nix
];
environment.systemPackages = with pkgs; [
firefox
gitFull
gpg2
nvim
];
}