nixos-config: rename {,steveej-}live-usb
This commit is contained in:
parent
5aa953a081
commit
acb3def5c3
6 changed files with 0 additions and 0 deletions
29
nixos-configuration/steveej-live-usb/pkg.nix
Normal file
29
nixos-configuration/steveej-live-usb/pkg.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue