nixberry: disko
This commit is contained in:
parent
9521f7f7fd
commit
87dab6d253
6 changed files with 307 additions and 83 deletions
|
|
@ -13,13 +13,19 @@ in
|
|||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
# Enable binfmt emulation.
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
teamviewer
|
||||
teams-for-linux
|
||||
|
||||
pyfa
|
||||
obsidian
|
||||
diebahn
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue