Add prismlauncher and renoise to foxhut
This commit is contained in:
parent
e0edef2e30
commit
5d596e2296
|
@ -218,7 +218,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
nixos-apple-silicon.nixosModules.apple-silicon-support
|
nixos-apple-silicon.nixosModules.apple-silicon-support
|
||||||
./nixos/machines/foxhut/hardware.nix
|
./nixos/machines/foxhut/hardware.nix
|
||||||
(import ./nixos/machines/foxhut/boot.nix { inherit pkgs asahi-firmware; })
|
(import ./nixos/machines/foxhut/boot.nix { inherit pkgs pkgs-unstable asahi-firmware; })
|
||||||
base
|
base
|
||||||
networking
|
networking
|
||||||
graphical
|
graphical
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page, on
|
# your system. Help is available in the configuration.nix(5) man page, on
|
||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{ pkgs, asahi-firmware, ... }:
|
{ pkgs, pkgs-unstable, asahi-firmware, ... }:
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -27,5 +27,11 @@
|
||||||
device = "/swap";
|
device = "/swap";
|
||||||
size = 16 * 1024; # 16GB
|
size = 16 * 1024; # 16GB
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
environment.systemPackages = (with pkgs-unstable; [
|
||||||
|
renoise
|
||||||
|
]) ++ (with pkgs; [
|
||||||
|
prismlauncher
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user